Skip to content

Commit 045a3aa

Browse files
chore(dev-deps): bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 (#57)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17746d3 commit 045a3aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-jest": "^26.1.5",
5454
"eslint-plugin-jsx-a11y": "^6.6.1",
5555
"eslint-plugin-react": "^7.29.4",
56-
"eslint-plugin-react-hooks": "^4.5.0",
56+
"eslint-plugin-react-hooks": "^4.6.0",
5757
"jest": "^27.5.1",
5858
"postcss": "^8.4.12",
5959
"tailwindcss": "^3.1.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,10 +3145,10 @@ eslint-plugin-jsx-a11y@^6.6.1:
31453145
minimatch "^3.1.2"
31463146
semver "^6.3.0"
31473147

3148-
eslint-plugin-react-hooks@^4.5.0:
3149-
version "4.5.0"
3150-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
3151-
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
3148+
eslint-plugin-react-hooks@^4.6.0:
3149+
version "4.6.0"
3150+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
3151+
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
31523152

31533153
eslint-plugin-react@^7.29.4:
31543154
version "7.29.4"

0 commit comments

Comments
 (0)