diff --git a/.changeset/sweet-bags-guess.md b/.changeset/sweet-bags-guess.md new file mode 100644 index 000000000..66d0f79e3 --- /dev/null +++ b/.changeset/sweet-bags-guess.md @@ -0,0 +1,5 @@ +--- +"eslint-config-modular-app": patch +--- + +Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 879fca6c2..383023b75 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -22,7 +22,7 @@ "eslint-plugin-jest-dom": "3.9.2", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.4.0", + "eslint-plugin-react-hooks": "4.5.0", "eslint-plugin-testing-library": "5.3.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 50c1ef4e6..98bb19447 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6282,10 +6282,10 @@ eslint-plugin-jsx-a11y@6.5.1: language-tags "^1.0.5" minimatch "^3.0.4" -eslint-plugin-react-hooks@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4" - integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ== +eslint-plugin-react-hooks@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" + integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== eslint-plugin-react@7.29.4: version "7.29.4"