Skip to content

Commit

Permalink
Update peer dependencies to support React 19 (#612)
Browse files Browse the repository at this point in the history
* Update peer dependencies to support React 19

* Update yarn lock
  • Loading branch information
mobeigi authored Dec 6, 2024
1 parent 75befca commit 7ae85ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"vite": "^5.3.1"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"sideEffects": false,
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11072,8 +11072,8 @@ __metadata:
typescript: "npm:^5.5.2"
vite: "npm:^5.3.1"
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7ae85ea

Please sign in to comment.