Skip to content

Commit

Permalink
Adjust peer dependencies for 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puffo committed Mar 8, 2018
1 parent 12cbb76 commit 557441a
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 @@ -22,8 +22,8 @@
"main": "dist/main.js",
"peerDependencies": {
"prop-types": "~15.5.8",
"react": ">=15.4.2 <17.0.0",
"react-dom": ">=15.4.2 <17.0.0"
"react": "^16.2.0 <17.0.0",
"react-dom": "^16.2.0 <17.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down

0 comments on commit 557441a

Please sign in to comment.