Skip to content

Commit

Permalink
davidchin#205 register support for react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboSparrow committed Mar 6, 2024
1 parent 6f7f1d4 commit 6772a9e
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 @@ -72,8 +72,8 @@
"webpack-dev-server": "^2.4.2"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^18.0.0"
},
"scripts": {
"prebuild": "npm test && rm -rf lib",
Expand Down

0 comments on commit 6772a9e

Please sign in to comment.