Skip to content

Commit f35951c

Browse files
build(deps-dev): bump eslint-plugin-react-hooks from 7.0.0 to 7.0.1 (#509)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 7.0.0 to 7.0.1. - [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-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e666c0 commit f35951c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-import": "^2.32.0",
8383
"eslint-plugin-prettier": "^5.5.4",
8484
"eslint-plugin-react": "^7.37.5",
85-
"eslint-plugin-react-hooks": "^7.0.0",
85+
"eslint-plugin-react-hooks": "^7.0.1",
8686
"eslint-plugin-unused-imports": "^4.3.0",
8787
"flat": "6.0.1",
8888
"humanize-duration": "^3.33.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5591,7 +5591,7 @@ __metadata:
55915591
eslint-plugin-import: ^2.32.0
55925592
eslint-plugin-prettier: ^5.5.4
55935593
eslint-plugin-react: ^7.37.5
5594-
eslint-plugin-react-hooks: ^7.0.0
5594+
eslint-plugin-react-hooks: ^7.0.1
55955595
eslint-plugin-unused-imports: ^4.3.0
55965596
flat: 6.0.1
55975597
humanize-duration: ^3.33.1
@@ -7354,18 +7354,18 @@ __metadata:
73547354
languageName: node
73557355
linkType: hard
73567356

7357-
"eslint-plugin-react-hooks@npm:^7.0.0":
7358-
version: 7.0.0
7359-
resolution: "eslint-plugin-react-hooks@npm:7.0.0"
7357+
"eslint-plugin-react-hooks@npm:^7.0.1":
7358+
version: 7.0.1
7359+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
73607360
dependencies:
73617361
"@babel/core": ^7.24.4
73627362
"@babel/parser": ^7.24.4
73637363
hermes-parser: ^0.25.1
7364-
zod: ^3.22.4 || ^4.0.0
7365-
zod-validation-error: ^3.0.3 || ^4.0.0
7364+
zod: ^3.25.0 || ^4.0.0
7365+
zod-validation-error: ^3.5.0 || ^4.0.0
73667366
peerDependencies:
73677367
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
7368-
checksum: 2ce87bf30b42b086ed053ed371492e926837dc674fc362a6c3ce5a19d2507f58c29dfbb8fc59e102029acbd9104f86043901bbf56e21035aabaf6746673d3c08
7368+
checksum: d2216919137e6593309640c47d5cbeb903a2989b2ddc1197107b4b1967a8ec2e696d9586015c02cfa2468bdb4ce28b6866f9fd2b555ccbec635556f0a4e1f434
73697369
languageName: node
73707370
linkType: hard
73717371

@@ -18345,7 +18345,7 @@ __metadata:
1834518345
languageName: node
1834618346
linkType: hard
1834718347

18348-
"zod-validation-error@npm:^3.0.3 || ^4.0.0":
18348+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
1834918349
version: 4.0.2
1835018350
resolution: "zod-validation-error@npm:4.0.2"
1835118351
peerDependencies:
@@ -18354,9 +18354,9 @@ __metadata:
1835418354
languageName: node
1835518355
linkType: hard
1835618356

18357-
"zod@npm:^3.22.4 || ^4.0.0":
18358-
version: 4.1.11
18359-
resolution: "zod@npm:4.1.11"
18360-
checksum: 022d59f85ebe054835fbcdc96a93c01479a64321104f846cb5644812c91e00d17ae3479f823956ec9b04e4351dd32841e1f12c567e81bc43f6e21ef5cc02ce3c
18357+
"zod@npm:^3.25.0 || ^4.0.0":
18358+
version: 4.1.12
18359+
resolution: "zod@npm:4.1.12"
18360+
checksum: 91174acc7d2ca5572ad522643474ddd60640cf6877b5d76e5d583eb25e3c4072c6f5eb92ab94f231ec5ce61c6acdfc3e0166de45fb1005b1ea54986b026b765f
1836118361
languageName: node
1836218362
linkType: hard

0 commit comments

Comments
 (0)