use-carousel-hook
Advanced tools
Comparing version 0.0.7 to 0.0.8
# Changelog | ||
## [0.0.8] | ||
- Update peerDep `@use-effect/did-update` to version 0.0.3 | ||
## [0.0.7] | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "use-carousel-hook", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Adds functionality for carousels using React hooks", | ||
"main": "dist/index.js", | ||
"cjs": "cjs/index.js", | ||
"main:cjs": "cjs/index.js", | ||
"peerDependencies": { | ||
"@use-effect/did-update": "^0.0.1", | ||
"@use-effect/did-update": "^0.0.3", | ||
"react": "^16 || ^17.0.0" | ||
@@ -16,3 +16,3 @@ }, | ||
"@typescript-eslint/parser": "^4.28.2", | ||
"@use-effect/did-update": "^0.0.1", | ||
"@use-effect/did-update": "^0.0.3", | ||
"eslint": "^7.30.0", | ||
@@ -19,0 +19,0 @@ "eslint-config-prettier": "^8.3.0", |
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
20335