Skip to content

Commit

Permalink
fix: update peer deps for react and react-dom (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Nov 4, 2024
1 parent af47a04 commit 17a60c5
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 @@ -59,8 +59,8 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down

0 comments on commit 17a60c5

Please sign in to comment.