diff --git a/package.json b/package.json index 7cfc8be..7d4f25b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@testing-library/react-hooks": "7.0.2", "@types/fontfaceobserver": "2.1.0", "@types/jest": "27.0.2", - "@types/react": "17.0.36", + "@types/react": "17.0.65", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "env-cmd": "10.1.0", @@ -52,7 +52,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.27.1", - "eslint-plugin-react-hooks": "4.3.0", + "eslint-plugin-react-hooks": "4.6.0", "husky": "7.0.4", "jest": "27.3.1", "lint-staged": "11.2.6", diff --git a/yarn.lock b/yarn.lock index 1fe9254..ddccf3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1990,10 +1990,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@17.0.36": - version "17.0.36" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.36.tgz#0d81e0e2419e6a8e9ba6af5e3a0608e70835d7d1" - integrity sha512-CUFUp01OdfbpN/76v4koqgcpcRGT3sYOq3U3N6q0ZVGcyeP40NUdVU+EWe3hs34RNaTefiYyBzOpxBBidCc5zw== +"@types/react@17.0.65": + version "17.0.65" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.65.tgz#95f6a2ab61145ffb69129d07982d047f9e0870cd" + integrity sha512-oxur785xZYHvnI7TRS61dXbkIhDPnGfsXKv0cNXR/0ml4SipRIFpSMzA7HMEfOywFwJ5AOnPrXYTEiTRUQeGlQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -3950,10 +3950,10 @@ eslint-plugin-prettier@4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" - integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== +eslint-plugin-react-hooks@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" + integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== eslint-plugin-react@7.27.1: version "7.27.1"