Skip to content

Commit

Permalink
update max supported React version in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hood authored May 4, 2022
1 parent 69f1a66 commit fcddf27
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 @@ -24,7 +24,7 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
Expand Down

0 comments on commit fcddf27

Please sign in to comment.