Skip to content

Commit

Permalink
feat: add React 19 to peer deps (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Oct 29, 2024
1 parent 5041029 commit ef51e9f
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",
"react-dom": "^16.8 || ^17.0 || ^18.0"
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down

0 comments on commit ef51e9f

Please sign in to comment.