Skip to content

Commit

Permalink
chore: Add support for react ^17.0.0 and ^18.0.0 (bvaughn#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelliard authored Apr 23, 2022
1 parent 2e962d8 commit 005be24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.1",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.1"
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 005be24

Please sign in to comment.