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 5e2880f commit dd5a1fbCopy full SHA for dd5a1fb
package.json
@@ -26,7 +26,8 @@
26
},
27
"peerDependencies": {
28
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
29
- "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
+ "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
30
+ "prop-types": "^15.0.0"
31
32
"devDependencies": {
33
"@babel/cli": "^7.1.2",
@@ -54,9 +55,9 @@
54
55
"mini-css-extract-plugin": "^0.4.4",
56
"mocha": "^5.2.0",
57
"node-sass": "^4.9.3",
- "prop-types": "^15.0.0",
58
"react": "^16.5.2",
59
"react-dom": "^16.5.2",
60
+ "prop-types": "^15.0.0",
61
"rimraf": "^2.6.2",
62
"sass-loader": "^7.1.0",
63
"simulant": "^0.2.2",
0 commit comments