Skip to content

Commit

Permalink
Fix/use aria menu peer dep (#2862)
Browse files Browse the repository at this point in the history
* fix(ripple): z-index adjusted

* fix(ripple): z-index changed

* fix(use-aria-menu): react-dom added as peerDep

* chore(root): update pnpm lock
  • Loading branch information
jrgarciadev committed Apr 24, 2024
1 parent 765c04e commit b8e6b2f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-points-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/use-aria-menu": patch
---

Add react-dom as peerDependency to user-aria-menu hook
3 changes: 2 additions & 1 deletion packages/hooks/use-aria-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"postpack": "clean-package restore"
},
"peerDependencies": {
"react": ">=18"
"react": ">=18",
"react-dom": ">=18"
},
"dependencies": {
"@react-aria/utils": "^3.23.2",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8e6b2f

Please sign in to comment.