Skip to content

Commit 496e4f1

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7
1 parent a5372b4 commit 496e4f1

File tree

2 files changed

+123
-6
lines changed

2 files changed

+123
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint": "^9.35.0",
7373
"eslint-config-prettier": "^10.1.8",
7474
"eslint-plugin-react": "^7.37.2",
75-
"eslint-plugin-react-hooks": "^5.0.0",
75+
"eslint-plugin-react-hooks": "^7.0.0",
7676
"eslint-plugin-react-refresh": "^0.4.14",
7777
"eslint-plugin-storybook": "^9.0.6",
7878
"globals": "^16.0.0",

yarn.lock

Lines changed: 122 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,29 @@ __metadata:
100100
languageName: node
101101
linkType: hard
102102

103+
"@babel/core@npm:^7.24.4":
104+
version: 7.28.5
105+
resolution: "@babel/core@npm:7.28.5"
106+
dependencies:
107+
"@babel/code-frame": "npm:^7.27.1"
108+
"@babel/generator": "npm:^7.28.5"
109+
"@babel/helper-compilation-targets": "npm:^7.27.2"
110+
"@babel/helper-module-transforms": "npm:^7.28.3"
111+
"@babel/helpers": "npm:^7.28.4"
112+
"@babel/parser": "npm:^7.28.5"
113+
"@babel/template": "npm:^7.27.2"
114+
"@babel/traverse": "npm:^7.28.5"
115+
"@babel/types": "npm:^7.28.5"
116+
"@jridgewell/remapping": "npm:^2.3.5"
117+
convert-source-map: "npm:^2.0.0"
118+
debug: "npm:^4.1.0"
119+
gensync: "npm:^1.0.0-beta.2"
120+
json5: "npm:^2.2.3"
121+
semver: "npm:^6.3.1"
122+
checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72
123+
languageName: node
124+
linkType: hard
125+
103126
"@babel/core@npm:^7.28.0, @babel/core@npm:^7.28.4":
104127
version: 7.28.4
105128
resolution: "@babel/core@npm:7.28.4"
@@ -136,6 +159,19 @@ __metadata:
136159
languageName: node
137160
linkType: hard
138161

162+
"@babel/generator@npm:^7.28.5":
163+
version: 7.28.5
164+
resolution: "@babel/generator@npm:7.28.5"
165+
dependencies:
166+
"@babel/parser": "npm:^7.28.5"
167+
"@babel/types": "npm:^7.28.5"
168+
"@jridgewell/gen-mapping": "npm:^0.3.12"
169+
"@jridgewell/trace-mapping": "npm:^0.3.28"
170+
jsesc: "npm:^3.0.2"
171+
checksum: 10c0/9f219fe1d5431b6919f1a5c60db8d5d34fe546c0d8f5a8511b32f847569234ffc8032beb9e7404649a143f54e15224ecb53a3d11b6bb85c3203e573d91fca752
172+
languageName: node
173+
linkType: hard
174+
139175
"@babel/helper-compilation-targets@npm:^7.27.2":
140176
version: 7.27.2
141177
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
@@ -200,6 +236,13 @@ __metadata:
200236
languageName: node
201237
linkType: hard
202238

239+
"@babel/helper-validator-identifier@npm:^7.28.5":
240+
version: 7.28.5
241+
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
242+
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
243+
languageName: node
244+
linkType: hard
245+
203246
"@babel/helper-validator-option@npm:^7.27.1":
204247
version: 7.27.1
205248
resolution: "@babel/helper-validator-option@npm:7.27.1"
@@ -228,6 +271,17 @@ __metadata:
228271
languageName: node
229272
linkType: hard
230273

274+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
275+
version: 7.28.5
276+
resolution: "@babel/parser@npm:7.28.5"
277+
dependencies:
278+
"@babel/types": "npm:^7.28.5"
279+
bin:
280+
parser: ./bin/babel-parser.js
281+
checksum: 10c0/5bbe48bf2c79594ac02b490a41ffde7ef5aa22a9a88ad6bcc78432a6ba8a9d638d531d868bd1f104633f1f6bba9905746e15185b8276a3756c42b765d131b1ef
282+
languageName: node
283+
linkType: hard
284+
231285
"@babel/plugin-transform-react-jsx-self@npm:^7.27.1":
232286
version: 7.27.1
233287
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.27.1"
@@ -283,6 +337,21 @@ __metadata:
283337
languageName: node
284338
linkType: hard
285339

340+
"@babel/traverse@npm:^7.28.5":
341+
version: 7.28.5
342+
resolution: "@babel/traverse@npm:7.28.5"
343+
dependencies:
344+
"@babel/code-frame": "npm:^7.27.1"
345+
"@babel/generator": "npm:^7.28.5"
346+
"@babel/helper-globals": "npm:^7.28.0"
347+
"@babel/parser": "npm:^7.28.5"
348+
"@babel/template": "npm:^7.27.2"
349+
"@babel/types": "npm:^7.28.5"
350+
debug: "npm:^4.3.1"
351+
checksum: 10c0/f6c4a595993ae2b73f2d4cd9c062f2e232174d293edd4abe1d715bd6281da8d99e47c65857e8d0917d9384c65972f4acdebc6749a7c40a8fcc38b3c7fb3e706f
352+
languageName: node
353+
linkType: hard
354+
286355
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.4, @babel/types@npm:^7.27.1, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.4":
287356
version: 7.28.4
288357
resolution: "@babel/types@npm:7.28.4"
@@ -293,6 +362,16 @@ __metadata:
293362
languageName: node
294363
linkType: hard
295364

365+
"@babel/types@npm:^7.28.5":
366+
version: 7.28.5
367+
resolution: "@babel/types@npm:7.28.5"
368+
dependencies:
369+
"@babel/helper-string-parser": "npm:^7.27.1"
370+
"@babel/helper-validator-identifier": "npm:^7.28.5"
371+
checksum: 10c0/a5a483d2100befbf125793640dec26b90b95fd233a94c19573325898a5ce1e52cdfa96e495c7dcc31b5eca5b66ce3e6d4a0f5a4a62daec271455959f208ab08a
372+
languageName: node
373+
linkType: hard
374+
296375
"@bcoe/v8-coverage@npm:^1.0.2":
297376
version: 1.0.2
298377
resolution: "@bcoe/v8-coverage@npm:1.0.2"
@@ -5478,12 +5557,18 @@ __metadata:
54785557
languageName: node
54795558
linkType: hard
54805559

5481-
"eslint-plugin-react-hooks@npm:^5.0.0":
5482-
version: 5.2.0
5483-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
5560+
"eslint-plugin-react-hooks@npm:^7.0.0":
5561+
version: 7.0.1
5562+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
5563+
dependencies:
5564+
"@babel/core": "npm:^7.24.4"
5565+
"@babel/parser": "npm:^7.24.4"
5566+
hermes-parser: "npm:^0.25.1"
5567+
zod: "npm:^3.25.0 || ^4.0.0"
5568+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
54845569
peerDependencies:
54855570
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
5486-
checksum: 10c0/1c8d50fa5984c6dea32470651807d2922cc3934cf3425e78f84a24c2dfd972e7f019bee84aefb27e0cf2c13fea0ac1d4473267727408feeb1c56333ca1489385
5571+
checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
54875572
languageName: node
54885573
linkType: hard
54895574

@@ -6348,6 +6433,22 @@ __metadata:
63486433
languageName: node
63496434
linkType: hard
63506435

6436+
"hermes-estree@npm:0.25.1":
6437+
version: 0.25.1
6438+
resolution: "hermes-estree@npm:0.25.1"
6439+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
6440+
languageName: node
6441+
linkType: hard
6442+
6443+
"hermes-parser@npm:^0.25.1":
6444+
version: 0.25.1
6445+
resolution: "hermes-parser@npm:0.25.1"
6446+
dependencies:
6447+
hermes-estree: "npm:0.25.1"
6448+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
6449+
languageName: node
6450+
linkType: hard
6451+
63516452
"hoist-non-react-statics@npm:^3.3.1":
63526453
version: 3.3.2
63536454
resolution: "hoist-non-react-statics@npm:3.3.2"
@@ -8186,7 +8287,7 @@ __metadata:
81868287
eslint: "npm:^9.35.0"
81878288
eslint-config-prettier: "npm:^10.1.8"
81888289
eslint-plugin-react: "npm:^7.37.2"
8189-
eslint-plugin-react-hooks: "npm:^5.0.0"
8290+
eslint-plugin-react-hooks: "npm:^7.0.0"
81908291
eslint-plugin-react-refresh: "npm:^0.4.14"
81918292
eslint-plugin-storybook: "npm:^9.0.6"
81928293
globals: "npm:^16.0.0"
@@ -11010,13 +11111,29 @@ __metadata:
1101011111
languageName: node
1101111112
linkType: hard
1101211113

11114+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
11115+
version: 4.0.2
11116+
resolution: "zod-validation-error@npm:4.0.2"
11117+
peerDependencies:
11118+
zod: ^3.25.0 || ^4.0.0
11119+
checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b
11120+
languageName: node
11121+
linkType: hard
11122+
1101311123
"zod@npm:^3.23.8":
1101411124
version: 3.25.76
1101511125
resolution: "zod@npm:3.25.76"
1101611126
checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c
1101711127
languageName: node
1101811128
linkType: hard
1101911129

11130+
"zod@npm:^3.25.0 || ^4.0.0":
11131+
version: 4.1.12
11132+
resolution: "zod@npm:4.1.12"
11133+
checksum: 10c0/b64c1feb19e99d77075261eaf613e0b2be4dfcd3551eff65ad8b4f2a079b61e379854d066f7d447491fcf193f45babd8095551a9d47973d30b46b6d8e2c46774
11134+
languageName: node
11135+
linkType: hard
11136+
1102011137
"zwitch@npm:^2.0.0, zwitch@npm:^2.0.4":
1102111138
version: 2.0.4
1102211139
resolution: "zwitch@npm:2.0.4"

0 commit comments

Comments
 (0)