mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Chore/update react aria packages (#1463)
* fix(dropdown): popover and dropdown fixes * fix(popover): arrow animation, shouldCloseOnInteractOutside function usage fixed * chore(root): changeset * chore(root): react-aria utils pkg updated * fix(root): changesets * fix(root): changeset
This commit is contained in:
parent
609e9f4c11
commit
904f538779
7
.changeset/mean-lobsters-doubt.md
Normal file
7
.changeset/mean-lobsters-doubt.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
"@nextui-org/listbox": patch
|
||||
"@nextui-org/select": patch
|
||||
"@nextui-org/menu": patch
|
||||
---
|
||||
|
||||
React aria utils pkg updated
|
||||
@ -44,7 +44,7 @@
|
||||
"@nextui-org/divider": "workspace:*",
|
||||
"@nextui-org/aria-utils": "workspace:*",
|
||||
"@nextui-org/use-is-mobile": "workspace:*",
|
||||
"@react-aria/utils": "^3.18.0",
|
||||
"@react-aria/utils": "^3.19.0",
|
||||
"@react-aria/listbox": "^3.10.0",
|
||||
"@react-stately/list": "^3.9.0",
|
||||
"@react-aria/focus": "^3.13.0",
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
"@nextui-org/shared-utils": "workspace:*",
|
||||
"@nextui-org/react-utils": "workspace:*",
|
||||
"@react-aria/menu": "^3.10.1",
|
||||
"@react-aria/utils": "^3.18.0",
|
||||
"@react-aria/utils": "^3.19.0",
|
||||
"@react-stately/menu": "^3.5.3",
|
||||
"@react-stately/tree": "^3.7.0",
|
||||
"@react-aria/focus": "^3.13.0",
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
"@nextui-org/use-aria-multiselect": "workspace:*",
|
||||
"@react-aria/focus": "^3.13.0",
|
||||
"@react-aria/interactions": "^3.16.0",
|
||||
"@react-aria/utils": "^3.18.0",
|
||||
"@react-aria/utils": "^3.19.0",
|
||||
"@react-aria/visually-hidden": "^3.8.3",
|
||||
"@react-types/shared": "^3.19.0"
|
||||
},
|
||||
|
||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -1204,7 +1204,7 @@ importers:
|
||||
specifier: ^3.10.0
|
||||
version: 3.10.0(react@18.2.0)
|
||||
'@react-aria/utils':
|
||||
specifier: ^3.18.0
|
||||
specifier: ^3.19.0
|
||||
version: 3.19.0(react@18.2.0)
|
||||
'@react-stately/list':
|
||||
specifier: ^3.9.0
|
||||
@ -1259,7 +1259,7 @@ importers:
|
||||
specifier: ^3.10.1
|
||||
version: 3.10.1(react-dom@18.2.0)(react@18.2.0)
|
||||
'@react-aria/utils':
|
||||
specifier: ^3.18.0
|
||||
specifier: ^3.19.0
|
||||
version: 3.19.0(react@18.2.0)
|
||||
'@react-stately/menu':
|
||||
specifier: ^3.5.3
|
||||
@ -1739,7 +1739,7 @@ importers:
|
||||
specifier: ^3.16.0
|
||||
version: 3.17.0(react@18.2.0)
|
||||
'@react-aria/utils':
|
||||
specifier: ^3.18.0
|
||||
specifier: ^3.19.0
|
||||
version: 3.19.0(react@18.2.0)
|
||||
'@react-aria/visually-hidden':
|
||||
specifier: ^3.8.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user