@nextui-org/use-aria-modal-overlay
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@nextui-org/use-aria-modal-overlay", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", | ||
@@ -28,6 +28,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@react-aria/overlays": "^3.18.1", | ||
"@react-stately/overlays": "^3.6.3", | ||
"@react-types/shared": "^3.21.0", | ||
"@react-aria/utils": "^3.21.1" | ||
"@react-aria/overlays": "^3.21.1", | ||
"@react-aria/utils": "^3.23.2", | ||
"@react-stately/overlays": "^3.6.5", | ||
"@react-types/shared": "^3.22.1" | ||
}, | ||
@@ -60,3 +60,3 @@ "peerDependencies": { | ||
"build:fast": "tsup src", | ||
"dev": "yarn build:fast -- --watch", | ||
"dev": "pnpm build:fast --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -63,0 +63,0 @@ "typecheck": "tsc --noEmit" |
@@ -21,5 +21,5 @@ # @nextui-org/use-aria-modal-overlay | ||
## 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
6142
Updated@react-aria/overlays@^3.21.1
Updated@react-aria/utils@^3.23.2
Updated@react-types/shared@^3.22.1