We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf25a7 commit 588bb19Copy full SHA for 588bb19
1 file changed
package.json
@@ -24,7 +24,7 @@
24
},
25
"homepage": "https://github.com/leozdgao/react-script-loader#readme",
26
"peerDependencies": {
27
- "react": "^15.0.1"
+ "react": "^15.0.0"
28
29
"devDependencies": {
30
"babel-cli": "^6.1.18",
@@ -46,13 +46,12 @@
46
"karma-webpack": "~1.7.0",
47
"mocha": "~2.4.5",
48
"phantomjs-prebuilt": "~2.1.7",
49
- "prop-types": "~15.5.8",
50
"react": "^15.0.1",
51
- "react-addons-test-utils": "^15.0.1",
52
"react-dom": "^15.0.1",
53
"webpack": "~1.12.14"
54
55
"dependencies": {
56
- "hoist-non-react-statics": "^1.0.3"
+ "hoist-non-react-statics": "^1.0.3",
+ "prop-types": "^15.5.10"
57
}
58
0 commit comments