Skip to content

Commit

Permalink
Merge pull request #146 from desduvauchelle/patch-1
Browse files Browse the repository at this point in the history
Update package.json to support react 18
  • Loading branch information
chentsulin authored Oct 17, 2022
2 parents ec6a383 + 4fcfd61 commit 243eca6
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 @@ -39,8 +39,8 @@
"react-faux-dom": "^4.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-0",
"react-dom": "^16.8.0 || ^17.0.0-0"
"react": "^16.8.0 || ^17.0.0-0 || ^18.0.0-0",
"react-dom": "^16.8.0 || ^17.0.0-0 || ^18.0.0-0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down

0 comments on commit 243eca6

Please sign in to comment.