Skip to content

Commit

Permalink
fix(deps): add support for React 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-startsev authored and danez committed Dec 13, 2020
1 parent 095777b commit cb8297d
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 @@ -48,7 +48,7 @@
"react-component"
],
"peerDependencies": {
"react": "^16.3.0"
"react": "^16.3.0 || ^17.0.0-0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down

0 comments on commit cb8297d

Please sign in to comment.