reakit-system
Advanced tools
Comparing version 0.13.1 to 0.14.0-alpha.0
{ | ||
"name": "reakit-system", | ||
"version": "0.13.1", | ||
"version": "0.14.0-alpha.0", | ||
"description": "Reakit System utils", | ||
@@ -34,3 +34,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"reakit-utils": "^0.13.1" | ||
"reakit-utils": "^0.14.0-alpha.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "d9e292e72e2f45e1f0a31257dc3de5d73ab7437e" | ||
"gitHead": "d57b97f2f64c883a95c73acf7ad0275dfdbd642a" | ||
} |
@@ -22,3 +22,3 @@ import { toArray } from "reakit-utils/toArray"; | ||
propsAreEqual?: (prev: O & P, next: O & P) => boolean; | ||
keys?: ReadonlyArray<keyof O>; | ||
keys?: ReadonlyArray<string>; | ||
}; | ||
@@ -25,0 +25,0 @@ |
@@ -19,3 +19,3 @@ declare type Hook<O = any, P = any> = { | ||
propsAreEqual?: (prev: O & P, next: O & P) => boolean; | ||
keys?: ReadonlyArray<keyof O>; | ||
keys?: ReadonlyArray<string>; | ||
}; | ||
@@ -22,0 +22,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
106173
+ Addedreakit-utils@0.14.4(transitive)
- Removedreakit-utils@0.13.1(transitive)
Updatedreakit-utils@^0.14.0-alpha.0