Skip to content

Commit 92aed84

Browse files
fix(deps): update dependencies
1 parent c224ed8 commit 92aed84

File tree

2 files changed

+95
-112
lines changed

2 files changed

+95
-112
lines changed

packages/eslint-config-globis/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"test": "echo test"
1515
},
1616
"dependencies": {
17-
"@typescript-eslint/eslint-plugin": "6.16.0",
18-
"@typescript-eslint/parser": "6.16.0",
17+
"@typescript-eslint/eslint-plugin": "7.10.0",
18+
"@typescript-eslint/parser": "7.10.0",
1919
"eslint-config-airbnb": "19.0.4",
2020
"eslint-config-airbnb-base": "15.0.0",
21-
"eslint-config-airbnb-typescript": "17.1.0",
21+
"eslint-config-airbnb-typescript": "18.0.0",
2222
"eslint-config-prettier": "9.1.0",
2323
"eslint-plugin-import": "2.29.1",
2424
"eslint-plugin-jsx-a11y": "6.8.0",
2525
"eslint-plugin-react": "7.33.2",
2626
"eslint-plugin-react-hooks": "4.6.0",
27-
"eslint-plugin-unused-imports": "3.0.0"
27+
"eslint-plugin-unused-imports": "4.0.0"
2828
},
2929
"peerDependencies": {
3030
"eslint": "^6.7.2 || ^7.0.0 || ^8.0.0",

yarn.lock

Lines changed: 91 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
dependencies:
5050
eslint-visitor-keys "^3.3.0"
5151

52-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
52+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
5353
version "4.10.0"
5454
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
5555
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -255,11 +255,6 @@
255255
"@types/minimatch" "*"
256256
"@types/node" "*"
257257

258-
"@types/json-schema@^7.0.12":
259-
version "7.0.15"
260-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
261-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
262-
263258
"@types/json5@^0.0.29":
264259
version "0.0.29"
265260
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -295,96 +290,86 @@
295290
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
296291
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
297292

298-
"@types/semver@^7.5.0":
299-
version "7.5.6"
300-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
301-
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
302-
303-
"@typescript-eslint/[email protected]":
304-
version "6.16.0"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
306-
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
307-
dependencies:
308-
"@eslint-community/regexpp" "^4.5.1"
309-
"@typescript-eslint/scope-manager" "6.16.0"
310-
"@typescript-eslint/type-utils" "6.16.0"
311-
"@typescript-eslint/utils" "6.16.0"
312-
"@typescript-eslint/visitor-keys" "6.16.0"
313-
debug "^4.3.4"
293+
"@typescript-eslint/[email protected]":
294+
version "7.10.0"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50"
296+
integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==
297+
dependencies:
298+
"@eslint-community/regexpp" "^4.10.0"
299+
"@typescript-eslint/scope-manager" "7.10.0"
300+
"@typescript-eslint/type-utils" "7.10.0"
301+
"@typescript-eslint/utils" "7.10.0"
302+
"@typescript-eslint/visitor-keys" "7.10.0"
314303
graphemer "^1.4.0"
315-
ignore "^5.2.4"
304+
ignore "^5.3.1"
316305
natural-compare "^1.4.0"
317-
semver "^7.5.4"
318-
ts-api-utils "^1.0.1"
319-
320-
"@typescript-eslint/[email protected]":
321-
version "6.16.0"
322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
323-
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
324-
dependencies:
325-
"@typescript-eslint/scope-manager" "6.16.0"
326-
"@typescript-eslint/types" "6.16.0"
327-
"@typescript-eslint/typescript-estree" "6.16.0"
328-
"@typescript-eslint/visitor-keys" "6.16.0"
306+
ts-api-utils "^1.3.0"
307+
308+
"@typescript-eslint/[email protected]":
309+
version "7.10.0"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb"
311+
integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==
312+
dependencies:
313+
"@typescript-eslint/scope-manager" "7.10.0"
314+
"@typescript-eslint/types" "7.10.0"
315+
"@typescript-eslint/typescript-estree" "7.10.0"
316+
"@typescript-eslint/visitor-keys" "7.10.0"
329317
debug "^4.3.4"
330318

331-
"@typescript-eslint/scope-manager@6.16.0":
332-
version "6.16.0"
333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
334-
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
319+
"@typescript-eslint/scope-manager@7.10.0":
320+
version "7.10.0"
321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"
322+
integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==
335323
dependencies:
336-
"@typescript-eslint/types" "6.16.0"
337-
"@typescript-eslint/visitor-keys" "6.16.0"
324+
"@typescript-eslint/types" "7.10.0"
325+
"@typescript-eslint/visitor-keys" "7.10.0"
338326

339-
"@typescript-eslint/type-utils@6.16.0":
340-
version "6.16.0"
341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
342-
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
327+
"@typescript-eslint/type-utils@7.10.0":
328+
version "7.10.0"
329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270"
330+
integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==
343331
dependencies:
344-
"@typescript-eslint/typescript-estree" "6.16.0"
345-
"@typescript-eslint/utils" "6.16.0"
332+
"@typescript-eslint/typescript-estree" "7.10.0"
333+
"@typescript-eslint/utils" "7.10.0"
346334
debug "^4.3.4"
347-
ts-api-utils "^1.0.1"
335+
ts-api-utils "^1.3.0"
348336

349-
"@typescript-eslint/types@6.16.0":
350-
version "6.16.0"
351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
352-
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
337+
"@typescript-eslint/types@7.10.0":
338+
version "7.10.0"
339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
340+
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
353341

354-
"@typescript-eslint/typescript-estree@6.16.0":
355-
version "6.16.0"
356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
357-
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
342+
"@typescript-eslint/typescript-estree@7.10.0":
343+
version "7.10.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb"
345+
integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==
358346
dependencies:
359-
"@typescript-eslint/types" "6.16.0"
360-
"@typescript-eslint/visitor-keys" "6.16.0"
347+
"@typescript-eslint/types" "7.10.0"
348+
"@typescript-eslint/visitor-keys" "7.10.0"
361349
debug "^4.3.4"
362350
globby "^11.1.0"
363351
is-glob "^4.0.3"
364-
minimatch "9.0.3"
365-
semver "^7.5.4"
366-
ts-api-utils "^1.0.1"
352+
minimatch "^9.0.4"
353+
semver "^7.6.0"
354+
ts-api-utils "^1.3.0"
367355

368-
"@typescript-eslint/utils@6.16.0":
369-
version "6.16.0"
370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
371-
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
356+
"@typescript-eslint/utils@7.10.0":
357+
version "7.10.0"
358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3"
359+
integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==
372360
dependencies:
373361
"@eslint-community/eslint-utils" "^4.4.0"
374-
"@types/json-schema" "^7.0.12"
375-
"@types/semver" "^7.5.0"
376-
"@typescript-eslint/scope-manager" "6.16.0"
377-
"@typescript-eslint/types" "6.16.0"
378-
"@typescript-eslint/typescript-estree" "6.16.0"
379-
semver "^7.5.4"
380-
381-
"@typescript-eslint/[email protected]":
382-
version "6.16.0"
383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
384-
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
385-
dependencies:
386-
"@typescript-eslint/types" "6.16.0"
387-
eslint-visitor-keys "^3.4.1"
362+
"@typescript-eslint/scope-manager" "7.10.0"
363+
"@typescript-eslint/types" "7.10.0"
364+
"@typescript-eslint/typescript-estree" "7.10.0"
365+
366+
"@typescript-eslint/[email protected]":
367+
version "7.10.0"
368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78"
369+
integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==
370+
dependencies:
371+
"@typescript-eslint/types" "7.10.0"
372+
eslint-visitor-keys "^3.4.3"
388373

389374
"@ungap/structured-clone@^1.2.0":
390375
version "1.2.0"
@@ -1358,10 +1343,10 @@ [email protected], eslint-config-airbnb-base@^15.0.0:
13581343
object.entries "^1.1.5"
13591344
semver "^6.3.0"
13601345

1361-
eslint-config-airbnb-typescript@17.1.0:
1362-
version "17.1.0"
1363-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz#fda960eee4a510f092a9a1c139035ac588937ddc"
1364-
integrity sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==
1346+
eslint-config-airbnb-typescript@18.0.0:
1347+
version "18.0.0"
1348+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-18.0.0.tgz#b1646db4134858d704b1d2bee47e1d72c180315f"
1349+
integrity sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg==
13651350
dependencies:
13661351
eslint-config-airbnb-base "^15.0.0"
13671352

@@ -1467,10 +1452,10 @@ [email protected]:
14671452
semver "^6.3.1"
14681453
string.prototype.matchall "^4.0.8"
14691454

1470-
eslint-plugin-unused-imports@3.0.0:
1471-
version "3.0.0"
1472-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
1473-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
1455+
eslint-plugin-unused-imports@4.0.0:
1456+
version "4.0.0"
1457+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
1458+
integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
14741459
dependencies:
14751460
eslint-rule-composer "^0.3.0"
14761461

@@ -2094,10 +2079,10 @@ ignore@^5.1.1, ignore@^5.2.0:
20942079
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
20952080
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
20962081

2097-
ignore@^5.2.4:
2098-
version "5.3.0"
2099-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
2100-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
2082+
ignore@^5.3.1:
2083+
version "5.3.1"
2084+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2085+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
21012086

21022087
import-fresh@^3.2.1:
21032088
version "3.3.0"
@@ -2755,13 +2740,6 @@ min-indent@^1.0.0:
27552740
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
27562741
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
27572742

2758-
2759-
version "9.0.3"
2760-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2761-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2762-
dependencies:
2763-
brace-expansion "^2.0.1"
2764-
27652743
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27662744
version "3.1.2"
27672745
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2776,6 +2754,13 @@ minimatch@^5.0.1:
27762754
dependencies:
27772755
brace-expansion "^2.0.1"
27782756

2757+
minimatch@^9.0.4:
2758+
version "9.0.4"
2759+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2760+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2761+
dependencies:
2762+
brace-expansion "^2.0.1"
2763+
27792764
27802765
version "4.1.0"
27812766
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3630,12 +3615,10 @@ semver@^7.3.4:
36303615
dependencies:
36313616
lru-cache "^6.0.0"
36323617

3633-
semver@^7.5.4:
3634-
version "7.5.4"
3635-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3636-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3637-
dependencies:
3638-
lru-cache "^6.0.0"
3618+
semver@^7.6.0:
3619+
version "7.6.2"
3620+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
3621+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
36393622

36403623
sentence-case@^3.0.3:
36413624
version "3.0.4"
@@ -4120,10 +4103,10 @@ trim-newlines@^3.0.0:
41204103
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
41214104
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
41224105

4123-
ts-api-utils@^1.0.1:
4124-
version "1.0.3"
4125-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4126-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4106+
ts-api-utils@^1.3.0:
4107+
version "1.3.0"
4108+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4109+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
41274110

41284111
tsconfig-paths@^3.15.0:
41294112
version "3.15.0"

0 commit comments

Comments
 (0)