Skip to content

Commit

Permalink
Merge pull request #423 from zhipenglin/main
Browse files Browse the repository at this point in the history
update peerDependencies react 19
  • Loading branch information
mosch authored Dec 10, 2024
2 parents 97e6d25 + ceaaedc commit 84f4b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
],
"dependencies": {},
"peerDependencies": {
"react": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
Expand Down

0 comments on commit 84f4b4b

Please sign in to comment.