Skip to content

Commit

Permalink
Allow react v17 as peer dependency (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Dec 11, 2020
1 parent 690aead commit 46e235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@material-ui/core": "^4.0.0",
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 46e235e

Please sign in to comment.