react-cool-onclickoutside
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-cool-onclickoutside", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "React hook to listen for clicks outside of the component(s).", | ||
@@ -105,3 +105,4 @@ "license": "MIT", | ||
"prettier", | ||
"emotion" | ||
"emotion", | ||
"testing-library" | ||
], | ||
@@ -188,5 +189,5 @@ "settings": { | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-react": "^7.8.3", | ||
@@ -201,8 +202,8 @@ "@babel/preset-typescript": "^7.8.3", | ||
"@testing-library/react-hooks": "^3.2.1", | ||
"@types/jest": "^24.9.0", | ||
"@types/react": "^16.9.17", | ||
"@types/react-dom": "^16.9.4", | ||
"@types/jest": "^25.1.1", | ||
"@types/react": "^16.9.19", | ||
"@types/react-dom": "^16.9.5", | ||
"@types/vfile-message": "^2.0.0", | ||
"@typescript-eslint/eslint-plugin": "^2.16.0", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"@typescript-eslint/eslint-plugin": "^2.18.0", | ||
"@typescript-eslint/parser": "^2.18.0", | ||
"babel-plugin-emotion": "^10.0.27", | ||
@@ -212,3 +213,3 @@ "coveralls": "^3.0.9", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-import-resolver-typescript": "^2.0.0", | ||
@@ -221,5 +222,6 @@ "eslint-plugin-emotion": "^10.0.27", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"husky": "^4.0.10", | ||
"jest": "^24.9.0", | ||
"lint-staged": "^9.5.0", | ||
"eslint-plugin-testing-library": "^2.1.0", | ||
"husky": "^4.2.1", | ||
"jest": "^25.1.0", | ||
"lint-staged": "^10.0.7", | ||
"normalize.css": "^8.0.1", | ||
@@ -231,11 +233,11 @@ "npm-run-all": "^4.1.5", | ||
"react-test-renderer": "^16.12.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.29.0", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-copy": "^3.2.1", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-filesize": "^6.2.1", | ||
"rollup-plugin-livereload": "^1.0.4", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-postcss": "^2.0.3", | ||
"rollup-plugin-postcss": "^2.0.5", | ||
"rollup-plugin-serve": "^1.0.1", | ||
@@ -246,3 +248,3 @@ "rollup-plugin-terser": "^5.2.0", | ||
"stylelint-config-standard": "^19.0.0", | ||
"ts-jest": "^24.3.0", | ||
"ts-jest": "^25.1.0", | ||
"typescript": "^3.7.5" | ||
@@ -249,0 +251,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
18037
56