Skip to content

Commit

Permalink
Upgrade peerDeps to react & react-dom 16
Browse files Browse the repository at this point in the history
since react-dimensions actually works out of the box with react 16 :)
  • Loading branch information
AlesJiranek authored and Pete Carr committed Oct 24, 2017
1 parent f55a28f commit ec7c658
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 @@ -47,8 +47,8 @@
"standard": "^6.0.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"element-resize-event": "^2.0.4"
Expand Down

0 comments on commit ec7c658

Please sign in to comment.