diff --git a/package-lock.json b/package-lock.json index c837e244..23769140 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6069,7 +6069,6 @@ "eslint-plugin-jest": "22.4.1", "eslint-plugin-prettier": "2.6.2", "eslint-plugin-react": "7.16.0", - "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", "prettier": "1.17.0" }, @@ -10219,9 +10218,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.4.0.tgz", - "integrity": "sha512-bH5DOCP6WpuOqNaux2BlaDCrSgv8s5BitP90bTgtZ1ZsRn2bdIfeMDY5F2RnJVnyKDy6KRQRDbipPLZ1y77QtQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz", + "integrity": "sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw==", "dev": true }, "eslint-plugin-react-native": { diff --git a/package.json b/package.json index e069f9ed..6a691eb9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.18.3", - "eslint-plugin-react-hooks": "^2.4.0", + "eslint-plugin-react-hooks": "^3.0.0", "husky": "^4.2.3", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.58.0",