We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe5d47 commit f81f3f3Copy full SHA for f81f3f3
package.json
@@ -113,8 +113,8 @@
113
},
114
"peerDependencies": {
115
"@salesforce-ux/design-system": "^2.6.0",
116
- "react": ">=16",
117
- "react-dom": ">=16"
+ "react": ">=15.4.1 <17",
+ "react-dom": ">=15.4.1 <17"
118
119
"devDependencies": {
120
"@babel/cli": "7.0.0-beta.44",
@@ -196,11 +196,11 @@
196
"prettier-eslint-cli": "^4.7.1",
197
"prettylint": "^1.0.0",
198
"prompt": "^1.0.0",
199
+ "react": "^16.4",
200
"react-docgen": "^2.21.0",
201
- "react-dom": ">=16",
+ "react-dom": "^16.4",
202
"react-hot-loader": "^1.2.7",
203
- "react-test-renderer": ">=16",
+ "react-test-renderer": "^16.4",
204
"regenerator-runtime": "^0.11.1",
205
"sinon": "^2.3.5",
206
"sinon-chai": "^2.14.0",
0 commit comments