@spark-ui/use-combined-state
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.6.3](https://github.com/adevinta/spark/compare/@spark-ui/use-combined-state@0.6.2...@spark-ui/use-combined-state@0.6.3) (2024-04-29) | ||
**Note:** Version bump only for package @spark-ui/use-combined-state | ||
## [0.6.2](https://github.com/adevinta/spark/compare/@spark-ui/use-combined-state@0.6.1...@spark-ui/use-combined-state@0.6.2) (2023-11-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/use-combined-state", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "combine controlled-uncontrolled component state by stateful-stateless inner state management", | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@spark-ui/use-mounted-state": "^0.3.0", | ||
"@spark-ui/use-mounted-state": "^0.3.1", | ||
"@types/lodash.isequal": "4.5.8", | ||
@@ -27,4 +27,4 @@ "lodash.isequal": "4.5.0" | ||
"peerDependencies": { | ||
"react": "^16.8 || ^17.0 || ^18.0", | ||
"react-dom": "^16.8 || ^17.0 || ^18.0" | ||
"react": "^18.0 || ^19.0", | ||
"react-dom": "^18.0 || ^19.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"license": "MIT", | ||
"gitHead": "a7c842111b7449c3e86a95641a6b5758e7419a8d" | ||
"gitHead": "e2262cc062d779c7bafac1d01fe453477f0fdc16" | ||
} |
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
11259