Skip to content

Commit

Permalink
Merge branch 'renovate/rollup' into renovate/update/react-aria-listbo…
Browse files Browse the repository at this point in the history
…x-3.x
  • Loading branch information
mcwinter07 authored Jul 17, 2023
2 parents 2637083 + ca90ec8 commit 6b4389a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@react-aria/button": "^3.8.0",
"@react-aria/focus": "^3.12.1",
"@react-aria/listbox": "^3.10.0",
"@react-aria/menu": "^3.9.1",
"@react-aria/menu": "^3.10.0",
"@react-aria/overlays": "^3.15.0",
"@react-aria/select": "^3.10.1",
"@react-aria/utils": "^3.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@react-aria/button": "^3.8.0",
"@react-aria/focus": "^3.12.1",
"@react-aria/listbox": "^3.10.0",
"@react-aria/menu": "^3.9.1",
"@react-aria/menu": "^3.10.0",
"@react-aria/overlays": "^3.15.0",
"@react-aria/select": "^3.10.1",
"@react-aria/utils": "^3.18.0",
Expand Down
30 changes: 30 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3547,6 +3547,25 @@
dependencies:
"@swc/helpers" "^0.4.14"

"@react-aria/menu@^3.10.0":
version "3.10.0"
resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.10.0.tgz#7f94e84c3ed2e18efa4b537e20e1e4125e9e6f51"
integrity sha512-zOOOXvx21aGSxZsXvLa3NV48hLk0jBC/zu5WZHT0Mo/wAe0+43f8p/U3AT8Gc4WnxYbIestcdLaIwgeagSoLtQ==
dependencies:
"@react-aria/focus" "^3.13.0"
"@react-aria/i18n" "^3.8.0"
"@react-aria/interactions" "^3.16.0"
"@react-aria/overlays" "^3.15.0"
"@react-aria/selection" "^3.16.0"
"@react-aria/utils" "^3.18.0"
"@react-stately/collections" "^3.9.0"
"@react-stately/menu" "^3.5.3"
"@react-stately/tree" "^3.7.0"
"@react-types/button" "^3.7.3"
"@react-types/menu" "^3.9.2"
"@react-types/shared" "^3.18.1"
"@swc/helpers" "^0.5.0"

"@react-aria/menu@^3.9.1":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.9.1.tgz#a89f8c65429c50d5247a46fd100454ec3efb37e5"
Expand Down Expand Up @@ -3862,6 +3881,17 @@
"@react-types/shared" "^3.18.1"
"@swc/helpers" "^0.4.14"

"@react-stately/tree@^3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.7.0.tgz#fe658143cfec2d50921eeb7a9d2fad9c84b94dc8"
integrity sha512-oXOjJwy/o3XSJyBkudiEvnjWzto2jy48kmGjHCJ+B7Hv+WcbN9o7iAaHv11lOqMXRSpuF9gqox4ZZCASG+smIQ==
dependencies:
"@react-stately/collections" "^3.9.0"
"@react-stately/selection" "^3.13.2"
"@react-stately/utils" "^3.7.0"
"@react-types/shared" "^3.18.1"
"@swc/helpers" "^0.5.0"

"@react-stately/utils@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.6.0.tgz#f273e7fcb348254347d2e88c8f0c45571060c207"
Expand Down

0 comments on commit 6b4389a

Please sign in to comment.