Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-id": "^1.0.1",
"@radix-ui/react-primitive": "1.0.3"
"@radix-ui/react-primitive": "^2.0.0"
Copy link
Contributor Author

@eps1lon eps1lon Jun 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find breaking changes in https://www.radix-ui.com/primitives/docs/overview/releases so I opened radix-ui/primitives#2976

Looks like they just changed the bundler. Doesn't look like anything observable changed: https://npmdiff.dev/@radix-ui%2Freact-primitive/1.0.3/2.0.0/package/dist/index.js/

},
"devDependencies": {
"@types/react": "18.0.15"
Expand Down
Loading