Skip to content

Commit

Permalink
Merge pull request #236 from peacecwz/master
Browse files Browse the repository at this point in the history
fix: add react 18 support
  • Loading branch information
JorgenEvens authored Apr 21, 2022
2 parents 27878d7 + 354d2b8 commit 09a7011
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 @@ -42,7 +42,7 @@
"peerDependencies": {
"@babel/runtime": ">=7",
"core-js-pure": ">=3",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"prop-types": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 09a7011

Please sign in to comment.