react-fetch-hook
Advanced tools
Comparing version 1.0.7 to 1.1.0
{ | ||
"name": "react-fetch-hook", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "React fetch hook", | ||
@@ -48,3 +48,3 @@ "main": "./dist/index.js", | ||
"peerDependencies": { | ||
"react": ">=16.6.0" | ||
"react": ">=16.8.0" | ||
}, | ||
@@ -68,5 +68,5 @@ "devDependencies": { | ||
"prettier": "^1.15.3", | ||
"react": "^16.7.0-alpha.2", | ||
"react-dom": "^16.7.0-alpha.2", | ||
"react-test-renderer": "^16.7.0-alpha.2", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"react-test-renderer": "^16.8.0", | ||
"react-testing-library": "^5.4.0", | ||
@@ -73,0 +73,0 @@ "rimraf": "^2.6.2" |
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
16711