Skip to content

Commit 9275e6d

Browse files
chore(deps): update typescript-eslint monorepo to v7.9.0
1 parent b82c82a commit 9275e6d

File tree

18 files changed

+955
-718
lines changed

18 files changed

+955
-718
lines changed

with-attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "20.11.20",
2121
"@types/react": "18.2.61",
2222
"@types/react-dom": "18.2.19",
23-
"@typescript-eslint/eslint-plugin": "7.1.0",
23+
"@typescript-eslint/eslint-plugin": "7.9.0",
2424
"eslint": "8.56.0",
2525
"eslint-config-next": "14.1.1",
2626
"prettier": "3.2.5",

with-attachments/yarn.lock

Lines changed: 104 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
24+
"@eslint-community/regexpp@^4.10.0":
25+
version "4.10.0"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
27+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
28+
29+
"@eslint-community/regexpp@^4.6.1":
2530
version "4.6.2"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
2732
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -202,11 +207,6 @@
202207
dependencies:
203208
tslib "^2.4.0"
204209

205-
"@types/json-schema@^7.0.12":
206-
version "7.0.12"
207-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
208-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
209-
210210
"@types/json5@^0.0.29":
211211
version "0.0.29"
212212
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -254,27 +254,20 @@
254254
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
255255
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
256256

257-
"@types/semver@^7.5.0":
258-
version "7.5.0"
259-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
260-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
261-
262-
"@typescript-eslint/[email protected]":
263-
version "7.1.0"
264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.0.tgz#22bb999a8d59893c0ea07923e8a21f9d985ad740"
265-
integrity sha512-j6vT/kCulhG5wBmGtstKeiVr1rdXE4nk+DT1k6trYkwlrvW9eOF5ZbgKnd/YR6PcM4uTEXa0h6Fcvf6X7Dxl0w==
266-
dependencies:
267-
"@eslint-community/regexpp" "^4.5.1"
268-
"@typescript-eslint/scope-manager" "7.1.0"
269-
"@typescript-eslint/type-utils" "7.1.0"
270-
"@typescript-eslint/utils" "7.1.0"
271-
"@typescript-eslint/visitor-keys" "7.1.0"
272-
debug "^4.3.4"
257+
"@typescript-eslint/[email protected]":
258+
version "7.9.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
260+
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
261+
dependencies:
262+
"@eslint-community/regexpp" "^4.10.0"
263+
"@typescript-eslint/scope-manager" "7.9.0"
264+
"@typescript-eslint/type-utils" "7.9.0"
265+
"@typescript-eslint/utils" "7.9.0"
266+
"@typescript-eslint/visitor-keys" "7.9.0"
273267
graphemer "^1.4.0"
274-
ignore "^5.2.4"
268+
ignore "^5.3.1"
275269
natural-compare "^1.4.0"
276-
semver "^7.5.4"
277-
ts-api-utils "^1.0.1"
270+
ts-api-utils "^1.3.0"
278271

279272
"@typescript-eslint/parser@^5.4.2 || ^6.0.0":
280273
version "6.4.0"
@@ -295,33 +288,33 @@
295288
"@typescript-eslint/types" "6.4.0"
296289
"@typescript-eslint/visitor-keys" "6.4.0"
297290

298-
"@typescript-eslint/scope-manager@7.1.0":
299-
version "7.1.0"
300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.0.tgz#e4babaa39a3d612eff0e3559f3e99c720a2b4a54"
301-
integrity sha512-6TmN4OJiohHfoOdGZ3huuLhpiUgOGTpgXNUPJgeZOZR3DnIpdSgtt83RS35OYNNXxM4TScVlpVKC9jyQSETR1A==
291+
"@typescript-eslint/scope-manager@7.9.0":
292+
version "7.9.0"
293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
294+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
302295
dependencies:
303-
"@typescript-eslint/types" "7.1.0"
304-
"@typescript-eslint/visitor-keys" "7.1.0"
296+
"@typescript-eslint/types" "7.9.0"
297+
"@typescript-eslint/visitor-keys" "7.9.0"
305298

306-
"@typescript-eslint/type-utils@7.1.0":
307-
version "7.1.0"
308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.0.tgz#372dfa470df181bcee0072db464dc778b75ed722"
309-
integrity sha512-UZIhv8G+5b5skkcuhgvxYWHjk7FW7/JP5lPASMEUoliAPwIH/rxoUSQPia2cuOj9AmDZmwUl1usKm85t5VUMew==
299+
"@typescript-eslint/type-utils@7.9.0":
300+
version "7.9.0"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
302+
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
310303
dependencies:
311-
"@typescript-eslint/typescript-estree" "7.1.0"
312-
"@typescript-eslint/utils" "7.1.0"
304+
"@typescript-eslint/typescript-estree" "7.9.0"
305+
"@typescript-eslint/utils" "7.9.0"
313306
debug "^4.3.4"
314-
ts-api-utils "^1.0.1"
307+
ts-api-utils "^1.3.0"
315308

316309
"@typescript-eslint/[email protected]":
317310
version "6.4.0"
318311
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
319312
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==
320313

321-
"@typescript-eslint/types@7.1.0":
322-
version "7.1.0"
323-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.0.tgz#52a86d6236fda646e7e5fe61154991dc0dc433ef"
324-
integrity sha512-qTWjWieJ1tRJkxgZYXx6WUYtWlBc48YRxgY2JN1aGeVpkhmnopq+SUC8UEVGNXIvWH7XyuTjwALfG6bFEgCkQA==
314+
"@typescript-eslint/types@7.9.0":
315+
version "7.9.0"
316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
317+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
325318

326319
"@typescript-eslint/[email protected]":
327320
version "6.4.0"
@@ -336,32 +329,29 @@
336329
semver "^7.5.4"
337330
ts-api-utils "^1.0.1"
338331

339-
"@typescript-eslint/typescript-estree@7.1.0":
340-
version "7.1.0"
341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.0.tgz#419b1310f061feee6df676c5bed460537310c593"
342-
integrity sha512-k7MyrbD6E463CBbSpcOnwa8oXRdHzH1WiVzOipK3L5KSML92ZKgUBrTlehdi7PEIMT8k0bQixHUGXggPAlKnOQ==
332+
"@typescript-eslint/typescript-estree@7.9.0":
333+
version "7.9.0"
334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
335+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
343336
dependencies:
344-
"@typescript-eslint/types" "7.1.0"
345-
"@typescript-eslint/visitor-keys" "7.1.0"
337+
"@typescript-eslint/types" "7.9.0"
338+
"@typescript-eslint/visitor-keys" "7.9.0"
346339
debug "^4.3.4"
347340
globby "^11.1.0"
348341
is-glob "^4.0.3"
349-
minimatch "9.0.3"
350-
semver "^7.5.4"
351-
ts-api-utils "^1.0.1"
342+
minimatch "^9.0.4"
343+
semver "^7.6.0"
344+
ts-api-utils "^1.3.0"
352345

353-
"@typescript-eslint/utils@7.1.0":
354-
version "7.1.0"
355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.0.tgz#710ecda62aff4a3c8140edabf3c5292d31111ddd"
356-
integrity sha512-WUFba6PZC5OCGEmbweGpnNJytJiLG7ZvDBJJoUcX4qZYf1mGZ97mO2Mps6O2efxJcJdRNpqweCistDbZMwIVHw==
346+
"@typescript-eslint/utils@7.9.0":
347+
version "7.9.0"
348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
349+
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
357350
dependencies:
358351
"@eslint-community/eslint-utils" "^4.4.0"
359-
"@types/json-schema" "^7.0.12"
360-
"@types/semver" "^7.5.0"
361-
"@typescript-eslint/scope-manager" "7.1.0"
362-
"@typescript-eslint/types" "7.1.0"
363-
"@typescript-eslint/typescript-estree" "7.1.0"
364-
semver "^7.5.4"
352+
"@typescript-eslint/scope-manager" "7.9.0"
353+
"@typescript-eslint/types" "7.9.0"
354+
"@typescript-eslint/typescript-estree" "7.9.0"
365355

366356
"@typescript-eslint/[email protected]":
367357
version "6.4.0"
@@ -371,13 +361,13 @@
371361
"@typescript-eslint/types" "6.4.0"
372362
eslint-visitor-keys "^3.4.1"
373363

374-
"@typescript-eslint/visitor-keys@7.1.0":
375-
version "7.1.0"
376-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.0.tgz#576c4ad462ca1378135a55e2857d7aced96ce0a0"
377-
integrity sha512-FhUqNWluiGNzlvnDZiXad4mZRhtghdoKW6e98GoEOYSu5cND+E39rG5KwJMUzeENwm1ztYBRqof8wMLP+wNPIA==
364+
"@typescript-eslint/visitor-keys@7.9.0":
365+
version "7.9.0"
366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
367+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
378368
dependencies:
379-
"@typescript-eslint/types" "7.1.0"
380-
eslint-visitor-keys "^3.4.1"
369+
"@typescript-eslint/types" "7.9.0"
370+
eslint-visitor-keys "^3.4.3"
381371

382372
"@ungap/structured-clone@^1.2.0":
383373
version "1.2.0"
@@ -1750,6 +1740,11 @@ ignore@^5.2.0, ignore@^5.2.4:
17501740
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
17511741
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
17521742

1743+
ignore@^5.3.1:
1744+
version "5.3.1"
1745+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1746+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1747+
17531748
import-fresh@^3.2.1:
17541749
version "3.3.0"
17551750
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2234,13 +2229,6 @@ mimic-fn@^4.0.0:
22342229
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
22352230
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
22362231

2237-
[email protected], minimatch@^9.0.1:
2238-
version "9.0.3"
2239-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2240-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2241-
dependencies:
2242-
brace-expansion "^2.0.1"
2243-
22442232
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
22452233
version "3.1.2"
22462234
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2255,6 +2243,20 @@ minimatch@^5.0.1:
22552243
dependencies:
22562244
brace-expansion "^2.0.1"
22572245

2246+
minimatch@^9.0.1:
2247+
version "9.0.3"
2248+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2249+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2250+
dependencies:
2251+
brace-expansion "^2.0.1"
2252+
2253+
minimatch@^9.0.4:
2254+
version "9.0.4"
2255+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2256+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2257+
dependencies:
2258+
brace-expansion "^2.0.1"
2259+
22582260
minimist@^1.2.0, minimist@^1.2.6:
22592261
version "1.2.8"
22602262
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -2797,6 +2799,11 @@ semver@^7.5.4:
27972799
dependencies:
27982800
lru-cache "^6.0.0"
27992801

2802+
semver@^7.6.0:
2803+
version "7.6.2"
2804+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
2805+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
2806+
28002807
set-function-length@^1.2.0:
28012808
version "1.2.1"
28022809
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -2874,8 +2881,16 @@ streamsearch@^1.1.0:
28742881
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
28752882
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
28762883

2877-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2878-
name string-width-cjs
2884+
"string-width-cjs@npm:string-width@^4.2.0":
2885+
version "4.2.3"
2886+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2887+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2888+
dependencies:
2889+
emoji-regex "^8.0.0"
2890+
is-fullwidth-code-point "^3.0.0"
2891+
strip-ansi "^6.0.1"
2892+
2893+
string-width@^4.1.0:
28792894
version "4.2.3"
28802895
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
28812896
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2961,7 +2976,14 @@ string.prototype.trimstart@^1.0.7:
29612976
define-properties "^1.2.0"
29622977
es-abstract "^1.22.1"
29632978

2964-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2979+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2980+
version "6.0.1"
2981+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2982+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2983+
dependencies:
2984+
ansi-regex "^5.0.1"
2985+
2986+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29652987
version "6.0.1"
29662988
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
29672989
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3049,6 +3071,11 @@ ts-api-utils@^1.0.1:
30493071
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
30503072
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
30513073

3074+
ts-api-utils@^1.3.0:
3075+
version "1.3.0"
3076+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3077+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3078+
30523079
tsconfig-paths@^3.15.0:
30533080
version "3.15.0"
30543081
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

with-domains/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "20.11.20",
2222
"@types/react": "18.2.61",
2323
"@types/react-dom": "18.2.19",
24-
"@typescript-eslint/eslint-plugin": "7.1.0",
24+
"@typescript-eslint/eslint-plugin": "7.9.0",
2525
"eslint": "8.56.0",
2626
"eslint-config-next": "14.1.1",
2727
"prettier": "3.2.5",

0 commit comments

Comments
 (0)