uncontrollable
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -0,1 +1,12 @@ | ||
## [8.0.2](https://github.com/jquense/uncontrollable/compare/v8.0.1...v8.0.2) (2023-05-22) | ||
### Bug Fixes | ||
* move types out of deps ([400b834](https://github.com/jquense/uncontrollable/commit/400b834c5cafbc44706170a1ac137dbddf21c27e)) | ||
# [8.0.0](https://github.com/jquense/uncontrollable/compare/v7.2.0...v8.0.0) (2023-03-08) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "uncontrollable", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"prepublishOnly": "npm run build", | ||
"release": "rollout" | ||
"release": "rollout --conventionalCommits" | ||
}, | ||
@@ -46,2 +46,3 @@ "prettier": { | ||
"@4c/tsconfig": "^0.4.1", | ||
"@types/react": ">=18.0.28", | ||
"@babel/cli": "^7.21.0", | ||
@@ -60,5 +61,2 @@ "@babel/core": "^7.21.0", | ||
}, | ||
"dependencies": { | ||
"@types/react": ">=18.0.28" | ||
}, | ||
"bugs": { | ||
@@ -65,0 +63,0 @@ "url": "https://github.com/jquense/uncontrollable/issues" |
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
24464
1
16
- Removed@types/react@>=18.0.28
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@18.3.12(transitive)
- Removedcsstype@3.1.3(transitive)