Skip to content

Commit

Permalink
feat: allow react v19 as peer dep (#318)
Browse files Browse the repository at this point in the history
* feat: allow react v19 as peer dep

* add rc to the version range
  • Loading branch information
Yonom authored Oct 30, 2024
1 parent 92344c5 commit 06e9cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dev": "tsup src --watch"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18 || ^19 || ^19.0.0-rc",
"react-dom": "^18 || ^19 || ^19.0.0-rc"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
Expand Down

0 comments on commit 06e9cb6

Please sign in to comment.