Skip to content

Commit 588bb19

Browse files
committed
Update dependencies
1 parent fbf25a7 commit 588bb19

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/leozdgao/react-script-loader#readme",
2626
"peerDependencies": {
27-
"react": "^15.0.1"
27+
"react": "^15.0.0"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.1.18",
@@ -46,13 +46,12 @@
4646
"karma-webpack": "~1.7.0",
4747
"mocha": "~2.4.5",
4848
"phantomjs-prebuilt": "~2.1.7",
49-
"prop-types": "~15.5.8",
5049
"react": "^15.0.1",
51-
"react-addons-test-utils": "^15.0.1",
5250
"react-dom": "^15.0.1",
5351
"webpack": "~1.12.14"
5452
},
5553
"dependencies": {
56-
"hoist-non-react-statics": "^1.0.3"
54+
"hoist-non-react-statics": "^1.0.3",
55+
"prop-types": "^15.5.10"
5756
}
5857
}

0 commit comments

Comments
 (0)