Comparing version 0.1.2 to 0.1.3
# Change Log | ||
## 0.1.3 (2021-03-02) | ||
- Allow React 17 as a peer dependency | ||
## 0.1.2 (2020-10-30) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "recoil", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Recoil - A state management library for React", | ||
@@ -30,3 +30,3 @@ "main": "cjs/recoil.js", | ||
"peerDependencies": { | ||
"react": "^16.13.1" | ||
"react": ">=16.13.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "peerDependenciesMeta": { | ||
"@rollup/plugin-replace": "^2.3.2", | ||
"@types/react": "^16.9.35", | ||
"@types/react": ">=16.9.35", | ||
"babel-eslint": "^10.1.0", | ||
@@ -75,4 +75,4 @@ "babel-jest": "^26.0.1", | ||
"promise-polyfill": "^8.1.3", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react": ">=16.13.1", | ||
"react-dom": ">=16.13.1", | ||
"rollup": "^2.10.0", | ||
@@ -79,0 +79,0 @@ "rollup-plugin-includepaths": "^0.2.3", |
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
1269927
116