Skip to content

Commit

Permalink
feat: Support react version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 31, 2022
1 parent d29431b commit f849c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"react-component"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-0"
"react": "^16.8.0 || ^17.0.0-0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "7.17.6",
Expand Down

0 comments on commit f849c30

Please sign in to comment.