use-error-boundary
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "use-error-boundary", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "React hook for using error boundaries", | ||
@@ -53,2 +53,3 @@ "main": "lib/index.js", | ||
"prettier": "^1.17.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.8.6", | ||
@@ -60,3 +61,5 @@ "react-test-renderer": "^16.8.6", | ||
"dependencies": { | ||
"prop-types": "^15.7.2", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
@@ -63,0 +66,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
30200
26
- Removedreact@^16.8.6