Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump @react-aria/utils version #4226

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
48 changes: 48 additions & 0 deletions .changeset/quick-monkeys-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
"@nextui-org/use-intersection-observer": patch
"@nextui-org/use-aria-modal-overlay": patch
"@nextui-org/use-aria-toggle-button": patch
"@nextui-org/use-aria-multiselect": patch
"@nextui-org/use-aria-accordion": patch
"@nextui-org/autocomplete": patch
"@nextui-org/breadcrumbs": patch
"@nextui-org/date-picker": patch
"@nextui-org/date-input": patch
"@nextui-org/pagination": patch
"@nextui-org/use-aria-button": patch
"@nextui-org/accordion": patch
"@nextui-org/use-disclosure": patch
"@nextui-org/aria-utils": patch
"@nextui-org/calendar": patch
"@nextui-org/checkbox": patch
"@nextui-org/dropdown": patch
"@nextui-org/progress": patch
"@nextui-org/use-aria-link": patch
"@nextui-org/use-aria-menu": patch
"@nextui-org/listbox": patch
"@nextui-org/popover": patch
"@nextui-org/snippet": patch
"@nextui-org/tooltip": patch
"@nextui-org/avatar": patch
"@nextui-org/button": patch
"@nextui-org/navbar": patch
"@nextui-org/select": patch
"@nextui-org/slider": patch
"@nextui-org/switch": patch
"@nextui-org/alert": patch
"@nextui-org/input": patch
"@nextui-org/modal": patch
"@nextui-org/radio": patch
"@nextui-org/table": patch
"@nextui-org/card": patch
"@nextui-org/chip": patch
"@nextui-org/form": patch
"@nextui-org/link": patch
"@nextui-org/menu": patch
"@nextui-org/tabs": patch
"@nextui-org/user": patch
"@nextui-org/kbd": patch
"@nextui-org/system": patch
---

bump `@react-aria/utils` version (#4212)
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@react-aria/interactions": "3.22.4",
"@react-aria/selection": "3.20.1",
"@react-aria/ssr": "3.9.6",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/virtualizer": "3.10.1",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/data": "3.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@nextui-org/dom-animation": "workspace:*",
"@react-aria/interactions": "3.22.4",
"@react-aria/focus": "3.18.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/tree": "3.8.5",
"@react-aria/button": "3.10.1",
"@react-types/accordion": "3.0.0-alpha.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nextui-org/shared-icons": "workspace:*",
"@nextui-org/shared-utils": "workspace:*",
"@react-stately/utils": "3.10.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Version inconsistency found in input-otp component

Almost all components are using version 3.26.0 of @react-aria/utils, but @nextui-org/input-otp is using version 3.24.1. This inconsistency should be addressed.

  • packages/components/input-otp/package.json: Update @react-aria/utils from "3.24.1" to "3.26.0" to maintain consistency across the codebase
🔗 Analysis chain

Verify complete dependency tree update

Since this component depends on @nextui-org/button, we should verify that the button component and other related components also receive this version bump of @react-aria/utils.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if all NextUI components have the same version of @react-aria/utils
fd -e package.json -x jq -r 'select(.dependencies["@react-aria/utils"]) | "\(.name): \(.dependencies["@react-aria/utils"])"' {} \;

Length of output: 135


Script:

#!/bin/bash
# Let's try a different approach to find package.json files with @react-aria/utils dependency
rg -l "@react-aria/utils" --type json

Length of output: 1940


Script:

#!/bin/bash
# For each found package.json, extract the package name and @react-aria/utils version
for f in $(rg -l "@react-aria/utils" --type json); do
  echo "File: $f"
  cat "$f" | jq -r 'select(.dependencies["@react-aria/utils"]) | "\(.name): \(.dependencies["@react-aria/utils"])"'
done

Length of output: 15583

"@nextui-org/button": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/i18n": "3.12.3",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Update @react-aria/utils version in input-otp package to 3.26.0

The version of @react-aria/utils is inconsistent in one package:

  • packages/components/input-otp/package.json uses version 3.24.1 while all other packages use 3.26.0
🔗 Analysis chain

Ensure consistent version across all packages

The version bump should be consistent across all NextUI packages using @react-aria/utils.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check version consistency across packages

# Find all package.json files with @react-aria/utils
echo "Checking @react-aria/utils versions across packages:"
fd package.json packages/ -x rg -l "@react-aria/utils" {} | while read -r file; do
  echo "$file:"
  rg '"@react-aria/utils": "[^"]+"' "$file"
done

Length of output: 10099

"@react-aria/visually-hidden": "3.8.17",
"@react-stately/combobox": "3.10.0",
"@react-types/combobox": "3.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nextui-org/use-image": "workspace:*",
"@react-aria/interactions": "3.22.4",
"@react-aria/focus": "3.18.4",
"@react-aria/utils": "3.25.3"
"@react-aria/utils": "3.26.0"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nextui-org/shared-icons": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/breadcrumbs": "3.5.18",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-types/breadcrumbs": "3.7.8",
"@react-types/shared": "3.25.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nextui-org/spinner": "workspace:*",
"@react-aria/button": "3.10.1",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/focus": "3.18.4",
"@react-types/shared": "3.25.0",
"@react-types/button": "3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@react-stately/calendar": "3.5.5",
"@react-types/button": "3.10.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/utils": "3.10.4",
"@react-types/calendar": "3.4.10",
"@react-aria/interactions": "3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nextui-org/use-aria-button": "workspace:*",
"@nextui-org/ripple": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/interactions": "3.22.4",
"@react-aria/button": "3.10.1",
"@react-types/shared": "3.25.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@react-aria/checkbox": "3.14.8",
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/checkbox": "3.6.9",
"@react-stately/toggle": "3.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nextui-org/react-utils": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-types/checkbox": "3.8.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@react-stately/datepicker": "3.10.3",
"@react-types/datepicker": "3.8.3",
"@react-types/shared": "3.25.0",
"@react-aria/utils": "3.25.3"
"@react-aria/utils": "3.26.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Revert @react-aria/utils to version 3.25.3 to maintain compatibility

The current update to @react-aria/utils@3.26.0 should be reverted as it exceeds the version range (^3.25.3) required by other React Aria dependencies in use:

  • @react-aria/datepicker@3.11.4
  • @react-aria/i18n@3.12.3

To ensure compatibility, use version 3.25.3 instead.

🔗 Analysis chain

Verify version compatibility with other React Aria dependencies

The update to @react-aria/utils@3.26.0 should be compatible with other React Aria dependencies in use:

  • @react-aria/datepicker@3.11.4
  • @react-aria/i18n@3.12.3

Version mismatch detected between React Aria dependencies

The update to @react-aria/utils@3.26.0 may cause compatibility issues as other React Aria dependencies require ^3.25.3:

  • @react-aria/datepicker@3.11.4 requires ^3.25.3
  • @react-aria/i18n@3.12.3 requires ^3.25.3

Let's verify if there are any other React Aria dependencies that might be affected:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check version compatibility between React Aria packages
# Get the package.json of @react-aria/datepicker and @react-aria/i18n to verify their @react-aria/utils dependency version

curl -s https://registry.npmjs.org/@react-aria/datepicker/3.11.4 | jq -r '.dependencies["@react-aria/utils"]'
curl -s https://registry.npmjs.org/@react-aria/i18n/3.12.3 | jq -r '.dependencies["@react-aria/utils"]'

Length of output: 233


Script:

#!/bin/bash
# Check for all React Aria dependencies in the package.json
cat packages/components/date-input/package.json | jq '.dependencies | with_entries(select(.key | startswith("@react-aria")))'

Length of output: 233

},
"devDependencies": {
"@nextui-org/system": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@nextui-org/shared-utils": "workspace:*",
"@react-aria/datepicker": "3.11.4",
"@react-aria/i18n": "3.12.3",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/datepicker": "3.10.3",
"@react-stately/overlays": "3.6.11",
"@react-stately/utils": "3.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nextui-org/shared-utils": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/menu": "3.15.5",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/menu": "3.8.3",
"@react-types/menu": "3.9.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/theme": "workspace:*",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-types/shared": "3.25.0",
"@react-stately/form": "3.0.6",
"@react-types/form": "^3.7.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/textfield": "3.14.10",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/utils": "3.10.4",
"@react-types/shared": "3.25.0",
"@react-types/textfield": "3.9.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/kbd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nextui-org/system-rsc": "workspace:*",
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/react-utils": "workspace:*",
"@react-aria/utils": "3.25.3"
"@react-aria/utils": "3.26.0"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nextui-org/react-utils": "workspace:*",
"@nextui-org/use-aria-link": "workspace:*",
"@react-aria/link": "3.7.6",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/focus": "3.18.4",
"@react-types/link": "3.5.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/use-is-mobile": "workspace:*",
"@tanstack/react-virtual": "3.10.9",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/listbox": "3.13.5",
"@react-stately/list": "3.11.0",
"@react-aria/focus": "3.18.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/menu": "3.15.5",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/menu": "3.8.3",
"@react-stately/tree": "3.8.5",
"@react-types/menu": "3.9.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/overlays": "3.23.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/overlays": "3.6.11",
"@react-types/overlays": "3.8.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/overlays": "3.23.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/toggle": "3.7.8",
"@react-stately/utils": "3.10.4",
"react-remove-scroll": "^2.5.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/i18n": "3.12.3",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"scroll-into-view-if-needed": "3.0.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@react-aria/focus": "3.18.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Update @react-aria/utils version in input-otp component

The input-otp component is using an older version (3.24.1) of @react-aria/utils while all other components are using version 3.26.0. This inconsistency should be addressed to maintain version alignment across the codebase.

  • packages/components/input-otp/package.json: Update @react-aria/utils from "3.24.1" to "3.26.0"
🔗 Analysis chain

Ensure consistent version bump across all NextUI packages

To maintain consistency and prevent potential compatibility issues, verify that all NextUI packages using @react-aria/utils are updated to version 3.26.0.

Also applies to: 49-49, 56-56

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Find all package.json files containing @react-aria/utils
fd package.json | xargs rg "@react-aria/utils"

Length of output: 3554

"@react-aria/interactions": "3.22.4",
"@react-aria/overlays": "3.23.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/overlays": "3.6.11",
"@react-types/button": "3.10.0",
"@react-types/overlays": "3.8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nextui-org/use-is-mounted": "workspace:*",
"@react-aria/i18n": "3.12.3",
"@react-aria/progress": "3.4.17",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-types/progress": "3.5.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/radio": "3.10.9",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/radio": "3.10.8",
"@react-types/radio": "3.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/form": "3.0.10",
"@react-aria/interactions": "3.22.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-types/shared": "3.25.0",
"@tanstack/react-virtual": "3.10.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@react-aria/i18n": "3.12.3",
"@react-aria/interactions": "3.22.4",
"@react-aria/slider": "3.7.13",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/slider": "3.5.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nextui-org/use-clipboard": "workspace:*",
"@nextui-org/tooltip": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/utils": "3.25.3"
"@react-aria/utils": "3.26.0"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
29 changes: 26 additions & 3 deletions packages/components/snippet/stories/snippet.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,32 @@ export const MultiLine = {
args: {
...defaultProps,
children: [
"npm install @nextui-org/react",
"yarn add @nextui-org/react",
"pnpm add @nextui-org/react",
// "npm install @nextui-org/react",
// "yarn add @nextui-org/react",
// "pnpm add @nextui-org/react",
`
{
"name": "Next.js PWA",
"short_name": "NextPWA",
"description": "A Progressive Web App built with Next.js and React",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
`,
],
},
};
2 changes: 1 addition & 1 deletion packages/components/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/switch": "3.6.9",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/toggle": "3.7.8",
"@react-types/shared": "3.25.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/table": "3.15.5",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-aria/visually-hidden": "3.8.17",
"@react-stately/table": "3.12.3",
"@react-stately/virtualizer": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@react-aria/focus": "3.18.4",
"@react-aria/interactions": "3.22.4",
"@react-aria/tabs": "3.9.7",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/tabs": "3.6.10",
"@react-types/shared": "3.25.0",
"@react-types/tabs": "3.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@react-aria/interactions": "3.22.4",
"@react-aria/overlays": "3.23.4",
"@react-aria/tooltip": "3.7.9",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/tooltip": "3.4.13",
"@react-types/overlays": "3.8.10",
"@react-types/tooltip": "3.4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/react-utils": "workspace:*",
"@react-aria/focus": "3.18.4",
"@react-aria/utils": "3.25.3"
"@react-aria/utils": "3.26.0"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@react-aria/i18n": "3.12.3",
"@nextui-org/system-rsc": "workspace:*",
"@react-aria/overlays": "3.23.4",
"@react-aria/utils": "3.25.3",
"@react-aria/utils": "3.26.0",
"@react-stately/utils": "3.10.4",
"@react-types/datepicker": "3.8.3"
}
Expand Down
Loading
Loading