Skip to content

Commit

Permalink
update peer dependencies to react 16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Apr 27, 2018
1 parent bd07cf5 commit b80c216
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 @@ -46,8 +46,8 @@
},
"peerDependencies": {
"prop-types": ">=15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"@storybook/addon-a11y": "3.4.2",
Expand Down

0 comments on commit b80c216

Please sign in to comment.