@nextui-org/use-aria-button
Advanced tools
Comparing version 0.0.0-dev-v2-20230811023149 to 0.0.0-dev-v2-20230909135756
{ | ||
"name": "@nextui-org/use-aria-button", | ||
"version": "0.0.0-dev-v2-20230811023149", | ||
"version": "0.0.0-dev-v2-20230909135756", | ||
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", | ||
@@ -31,12 +31,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@react-aria/utils": "^3.19.0", | ||
"@react-aria/focus": "^3.14.0", | ||
"@react-aria/interactions": "^3.17.0", | ||
"@react-types/button": "^3.7.4", | ||
"@react-types/shared": "^3.19.0" | ||
"@react-aria/utils": "^3.20.0", | ||
"@react-aria/focus": "^3.14.1", | ||
"@react-aria/interactions": "^3.18.0", | ||
"@react-types/button": "^3.8.0", | ||
"@react-types/shared": "^3.20.0" | ||
}, | ||
"devDependencies": { | ||
"clean-package": "2.2.0", | ||
"react": "^18.0.0" | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
@@ -43,0 +39,0 @@ "tsup": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
9843
Updated@react-aria/focus@^3.14.1
Updated@react-aria/utils@^3.20.0
Updated@react-types/button@^3.8.0
Updated@react-types/shared@^3.20.0