Skip to content

Commit 90dc71d

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.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/[email protected]/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1feeb14 commit 90dc71d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-import": "^2.29.1",
5555
"eslint-plugin-jest": "^28.8.0",
5656
"eslint-plugin-react": "^7.35.0",
57-
"eslint-plugin-react-hooks": "^4.6.2",
57+
"eslint-plugin-react-hooks": "^5.0.0",
5858
"eslint-plugin-unused-imports": "^4.1.3",
5959
"husky": "9",
6060
"jest": "^29.7.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5548,12 +5548,12 @@ __metadata:
55485548
languageName: node
55495549
linkType: hard
55505550

5551-
"eslint-plugin-react-hooks@npm:^4.6.2":
5552-
version: 4.6.2
5553-
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
5551+
"eslint-plugin-react-hooks@npm:^5.0.0":
5552+
version: 5.0.0
5553+
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
55545554
peerDependencies:
5555-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
5556-
checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc
5555+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
5556+
checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002
55575557
languageName: node
55585558
linkType: hard
55595559

@@ -9302,7 +9302,7 @@ __metadata:
93029302
eslint-plugin-import: "npm:^2.29.1"
93039303
eslint-plugin-jest: "npm:^28.8.0"
93049304
eslint-plugin-react: "npm:^7.35.0"
9305-
eslint-plugin-react-hooks: "npm:^4.6.2"
9305+
eslint-plugin-react-hooks: "npm:^5.0.0"
93069306
eslint-plugin-unused-imports: "npm:^4.1.3"
93079307
husky: "npm:9"
93089308
jest: "npm:^29.7.0"

0 commit comments

Comments
 (0)