react-onclickoutside
Advanced tools
Comparing version 6.11.1 to 6.11.2
{ | ||
"name": "react-onclickoutside", | ||
"version": "6.11.1", | ||
"version": "6.11.2", | ||
"description": "An onClickOutside wrapper for React components", | ||
@@ -73,5 +73,5 @@ "main": "dist/react-onclickoutside.cjs.js", | ||
"prettier": "^1.8.2", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"react": "^15.5.x", | ||
"react-dom": "^15.5.x", | ||
"react-test-renderer": "^15.5.x", | ||
"require-hijack": "^1.2.1", | ||
@@ -83,4 +83,4 @@ "rimraf": "^2.6.2", | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react": "^15.5.x || ^16.x || ^17.x", | ||
"react-dom": "^15.5.x || ^16.x || ^17.x" | ||
}, | ||
@@ -87,0 +87,0 @@ "lint-staged": { |
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
62822