Skip to content

Commit

Permalink
Merge pull request JedWatson#1990 from MichaelDeBoey/prop-types
Browse files Browse the repository at this point in the history
Fix peerDependencies to be compatible with 'prop-types' package
  • Loading branch information
JedWatson authored Sep 12, 2017
2 parents 9afde47 + 1f6e299 commit 80a9a34
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 80a9a34

Please sign in to comment.