Skip to content

Commit 92344c5

Browse files
authored
Relax dependencies on Radix-UI to SemVer MAJOR releases (#278)
1 parent 541fad2 commit 92344c5

File tree

2 files changed

+176
-75
lines changed

2 files changed

+176
-75
lines changed

cmdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"react-dom": "^18.0.0"
2727
},
2828
"dependencies": {
29-
"@radix-ui/react-dialog": "1.0.5",
29+
"@radix-ui/react-dialog": "^1.1.1",
3030
"@radix-ui/react-id": "^1.0.1",
31-
"@radix-ui/react-primitive": "1.0.3"
31+
"@radix-ui/react-primitive": "^2.0.0"
3232
},
3333
"devDependencies": {
3434
"@types/react": "18.0.15"

0 commit comments

Comments
 (0)