Skip to content

Commit

Permalink
Fix peerDependencies for 'prop-types' package
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 12, 2017
1 parent 772e7a0 commit 1f6e299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"webpack-dev-server": "^2.7.1"
},
"peerDependencies": {
"react": "^0.14 || ^15.0 || ^16.0.0-rc || ^16.0",
"react-dom": "^0.14 || ^15.0 || ^16.0.0-rc || ^16.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
},
"browserify-shim": {
"classnames": "global:classNames",
Expand Down

0 comments on commit 1f6e299

Please sign in to comment.