Skip to content

Commit

Permalink
Upgrade peerDeps to react & react-dom 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Sep 27, 2017
1 parent 4d81982 commit 719778d
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

1 comment on commit 719778d

@HighCoordination
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes [#351]

Please sign in to comment.