@nextui-org/use-disclosure
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@nextui-org/use-disclosure", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "The hook in charge of managing modals", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@react-stately/utils": "^3.8.0", | ||
"@react-aria/utils": "^3.21.1", | ||
"@nextui-org/use-callback-ref": "2.0.4" | ||
"@react-aria/utils": "^3.23.2", | ||
"@react-stately/utils": "^3.9.1", | ||
"@nextui-org/use-callback-ref": "2.0.5" | ||
}, | ||
@@ -58,3 +58,3 @@ "clean-package": "../../../clean-package.config.json", | ||
"build:fast": "tsup src", | ||
"dev": "yarn build:fast -- --watch", | ||
"dev": "pnpm build:fast --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -61,0 +61,0 @@ "typecheck": "tsc --noEmit" |
@@ -21,5 +21,5 @@ # @nextui-org/use-disclosure | ||
## Licence | ||
## License | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE). |
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
8160
+ Added@nextui-org/use-callback-ref@2.0.5(transitive)
+ Added@nextui-org/use-safe-layout-effect@2.0.5(transitive)
- Removed@nextui-org/use-callback-ref@2.0.4(transitive)
- Removed@nextui-org/use-safe-layout-effect@2.0.4(transitive)
Updated@react-aria/utils@^3.23.2
Updated@react-stately/utils@^3.9.1