@vx-oss/heroui-v2-use-aria-link 2.2.22-alpha.2 → 2.2.23-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vx-oss/heroui-v2-use-aria-link",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.23-beta.0",
|
|
4
4
|
"description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"use-aria-link"
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"react": ">=18 || >=19.0.0-rc.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@react-aria/focus": "3.21.
|
|
32
|
-
"@react-aria/interactions": "3.
|
|
33
|
-
"@react-aria/utils": "3.
|
|
31
|
+
"@react-aria/focus": "3.21.3",
|
|
32
|
+
"@react-aria/interactions": "3.26.0",
|
|
33
|
+
"@react-aria/utils": "3.32.0",
|
|
34
34
|
"@react-types/link": "3.6.5",
|
|
35
35
|
"@react-types/shared": "3.32.1"
|
|
36
36
|
},
|