Skip to content

Commit

Permalink
Add missing dependency to @radix-ui/react-portal (#2966)
Browse files Browse the repository at this point in the history
* Add missing dependency

* Track versions

* Reset the lock file

---------

Co-authored-by: Walker Burgin <[email protected]>
Co-authored-by: Vlad Moroz <[email protected]>
  • Loading branch information
3 people committed Jun 21, 2024
1 parent 55f9189 commit 97071a4
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 975 deletions.
16 changes: 16 additions & 0 deletions .yarn/versions/8ac79743.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
releases:
"@radix-ui/react-alert-dialog": patch
"@radix-ui/react-context-menu": patch
"@radix-ui/react-dialog": patch
"@radix-ui/react-dropdown-menu": patch
"@radix-ui/react-hover-card": patch
"@radix-ui/react-menu": patch
"@radix-ui/react-menubar": patch
"@radix-ui/react-popover": patch
"@radix-ui/react-portal": patch
"@radix-ui/react-select": patch
"@radix-ui/react-toast": patch
"@radix-ui/react-tooltip": patch

declined:
- primitives
3 changes: 2 additions & 1 deletion packages/react/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"version": "yarn version"
},
"dependencies": {
"@radix-ui/react-primitive": "workspace:*"
"@radix-ui/react-primitive": "workspace:*",
"@radix-ui/react-use-layout-effect": "workspace:*"
},
"peerDependencies": {
"@types/react": "*",
Expand Down
Loading

0 comments on commit 97071a4

Please sign in to comment.