@vx-oss/heroui-v2-use-aria-button 2.2.22-beta.0 → 2.3.0-beta.1

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vx-oss/heroui-v2-use-aria-button",
3
- "version": "2.2.22-beta.0",
3
+ "version": "2.3.0-beta.1",
4
4
  "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
5
5
  "keywords": [
6
6
  "use-aria-button"
@@ -28,11 +28,11 @@
28
28
  "react": ">=18 || >=19.0.0-rc.0"
29
29
  },
30
30
  "dependencies": {
31
- "@react-aria/focus": "3.21.3",
32
- "@react-aria/interactions": "3.26.0",
33
- "@react-aria/utils": "3.32.0",
34
- "@react-types/button": "3.14.1",
35
- "@react-types/shared": "3.32.1"
31
+ "@react-aria/focus": "3.21.5",
32
+ "@react-aria/interactions": "3.27.1",
33
+ "@react-aria/utils": "3.33.1",
34
+ "@react-types/button": "3.15.1",
35
+ "@react-types/shared": "3.33.1"
36
36
  },
37
37
  "clean-package": "../../../clean-package.config.json",
38
38
  "tsup": {