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 b721fb6 commit a376993Copy full SHA for a376993
package.json
@@ -23,9 +23,11 @@
23
"author": "Alexey Raspopov",
24
"license": "MIT",
25
"dependencies": {
26
- "react": "15.x",
27
"shallowequal": "~1.0.1"
28
},
+ "peerDependencies": {
29
+ "react": "~16.2.0"
30
+ },
31
"devDependencies": {
32
"babel-cli": "6.x",
33
"babel-core": "6.x",
@@ -37,7 +39,7 @@
37
39
"babel-preset-react": "6.x",
38
40
"babel-preset-stage-3": "6.x",
41
"jest-cli": "15.x",
- "react-test-renderer": "15.x",
42
+ "react-test-renderer": "~16.2.0",
43
"rollup": "0.41.x",
44
"rollup-plugin-babel": "2.x"
45
}
0 commit comments