diff --git a/package-lock.json b/package-lock.json index 8cafcf4..ded5a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9787,9 +9787,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz", - "integrity": "sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.0.1.tgz", + "integrity": "sha512-xir+3KHKo86AasxlCV8AHRtIZPHljqCRRUYgASkbatmt0fad4+5GgC7zkT7o/06hdKM6MIwp8giHVXqBPaarHQ==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index a15d81f..d81447a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", - "eslint-plugin-react-hooks": "^1.6.0", + "eslint-plugin-react-hooks": "^2.0.0", "file-loader": "^3.0.0", "html-webpack-plugin": "^3.2.0", "jest": "^23.6.0",