diff --git a/package.json b/package.json index 7e3cb58612..9480177610 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-react": "^7.7.0", - "eslint-plugin-react-hooks": "^1.1.0-rc.0", + "eslint-plugin-react-hooks": "^1.2.0", "eslint-plugin-standard": "^3.0.1", "events": "^3.0.0", "fbjs": "0.5.1", diff --git a/yarn.lock b/yarn.lock index 2f76aee0b2..c900dca2a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3936,10 +3936,10 @@ eslint-plugin-promise@^3.7.0: resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ== -eslint-plugin-react-hooks@^1.1.0-rc.0: - version "1.1.0-rc.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.1.0-rc.0.tgz#78a1edf2c528312875df68d6e64083b44864c947" - integrity sha512-ujQtPGcBgKw+diEqVxqjK60K2Mg4m4ImfF9AyTPmC6PQCjII2o7gXkLnW/B4PjnST/vbgzmwcYyUX1da7K1m8A== +eslint-plugin-react-hooks@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.2.0.tgz#a1c78e792b8d7d3e9c2a2aad28df80b9b5cd1101" + integrity sha512-pb/pwyHg0K3Ss/8loSwCGRSXIsvPBHWfzcP/6jeei0SgWBOyXRbcKFpGxolg0xSmph0jQKLyM27B74clbZM/YQ== eslint-plugin-react@^7.7.0: version "7.12.4"