Skip to content

Commit

Permalink
Merge pull request #283 from jnsdls/patch-1
Browse files Browse the repository at this point in the history
Upgrade peerDeps to react & react-dom 16
  • Loading branch information
Claudéric Demers authored Sep 29, 2017
2 parents 4d81982 + 719778d commit 8a5f5bd
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 @@ -52,8 +52,8 @@
"prop-types": "^15.5.7"
},
"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"
},
"devDependencies": {
"@kadira/storybook": "^1.36.0",
Expand Down

0 comments on commit 8a5f5bd

Please sign in to comment.