@chakra-ui/counter
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "@chakra-ui/counter", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "A React hook for managing counters", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/number-utils": "2.0.6", | ||
"@chakra-ui/react-use-callback-ref": "2.0.6", | ||
"@chakra-ui/shared-utils": "2.0.4" | ||
"@chakra-ui/number-utils": "2.0.7", | ||
"@chakra-ui/react-use-callback-ref": "2.0.7", | ||
"@chakra-ui/shared-utils": "2.0.5" | ||
}, | ||
@@ -72,4 +72,5 @@ "devDependencies": { | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src" | ||
"build:fast": "tsup src", | ||
"typedocs": "tsx ../../../scripts/generate-type-docs.ts" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18733
0
+ Added@chakra-ui/number-utils@2.0.7(transitive)
+ Added@chakra-ui/react-use-callback-ref@2.0.7(transitive)
+ Added@chakra-ui/shared-utils@2.0.5(transitive)
- Removed@chakra-ui/number-utils@2.0.6(transitive)
- Removed@chakra-ui/react-use-callback-ref@2.0.6(transitive)
- Removed@chakra-ui/shared-utils@2.0.4(transitive)