Skip to content

Commit dd8cce9

Browse files
chore(deps): update dependency eslint-config-xo to v0.46.0
1 parent 56fbe5f commit dd8cce9

File tree

2 files changed

+172
-4
lines changed

2 files changed

+172
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"babel": "6.23.0",
8282
"babel-eslint": "7.2.3",
8383
"eslint": "3.19.0",
84-
"eslint-config-xo": "0.43.1",
84+
"eslint-config-xo": "0.46.0",
8585
"eslint-plugin-babel": "4.1.1",
8686
"eslint-plugin-no-empty-blocks": "0.0.2",
8787
"eslint-plugin-no-use-extend-native": "0.5.0",

yarn.lock

Lines changed: 171 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0":
26+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
2727
version "4.4.0"
2828
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
2929
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -110,6 +110,54 @@
110110
"@nodelib/fs.scandir" "2.1.5"
111111
fastq "^1.6.0"
112112

113+
"@stylistic/[email protected]", "@stylistic/eslint-plugin-js@^2.6.1":
114+
version "2.6.1"
115+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.1.tgz#97e4f689c6bbe3661cd5fb1fd4dbb5e2e7a42cfa"
116+
integrity sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==
117+
dependencies:
118+
"@types/eslint" "^9.6.0"
119+
acorn "^8.12.1"
120+
eslint-visitor-keys "^4.0.0"
121+
espree "^10.1.0"
122+
123+
"@stylistic/[email protected]":
124+
version "2.6.1"
125+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.6.1.tgz#a7ba8242a27a8956455789dfcc087f5231fb4a7c"
126+
integrity sha512-5qHLXqxfY6jubAQfDqrifv41fx7gaqA9svDaChxMI6JiHpEBfh+PXxmm3g+B8gJCYVBTC62Rjl0Ny5QabK58bw==
127+
dependencies:
128+
"@stylistic/eslint-plugin-js" "^2.6.1"
129+
"@types/eslint" "^9.6.0"
130+
estraverse "^5.3.0"
131+
picomatch "^4.0.2"
132+
133+
"@stylistic/[email protected]":
134+
version "2.6.1"
135+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.6.1.tgz#5b9ea3c659726835a7418d51bb818ba4dccb6b3d"
136+
integrity sha512-z/IYu/q8ipApzNam5utSU+BrXg4pK/Gv9xNbr4eWv/bZppvTWJU62xCO4nw/6r2dHNPnqc7uCHEC7GMlBnPY0A==
137+
dependencies:
138+
"@types/eslint" "^9.6.0"
139+
"@typescript-eslint/utils" "^8.0.0"
140+
141+
"@stylistic/[email protected]":
142+
version "2.6.1"
143+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.1.tgz#76a90c732139b43e17c98c2c1eea1bc7a549cef6"
144+
integrity sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==
145+
dependencies:
146+
"@stylistic/eslint-plugin-js" "2.6.1"
147+
"@types/eslint" "^9.6.0"
148+
"@typescript-eslint/utils" "^8.0.0"
149+
150+
"@stylistic/eslint-plugin@^2.6.1":
151+
version "2.6.1"
152+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.6.1.tgz#6ccddd1ba275cb2407d9abf546982177b872a603"
153+
integrity sha512-UT0f4t+3sQ/GKW7875NiIIjZJ1Bh4gd7JNfoIkwIQyWqO7wGd0Pqzu0Ho30Ka8MNF5lm++SkVeqAk26vGxoUpg==
154+
dependencies:
155+
"@stylistic/eslint-plugin-js" "2.6.1"
156+
"@stylistic/eslint-plugin-jsx" "2.6.1"
157+
"@stylistic/eslint-plugin-plus" "2.6.1"
158+
"@stylistic/eslint-plugin-ts" "2.6.1"
159+
"@types/eslint" "^9.6.0"
160+
113161
"@types/eslint@^8.0.0":
114162
version "8.40.0"
115163
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.0.tgz#ae73dc9ec5237f2794c4f79efd6a4c73b13daf23"
@@ -118,6 +166,14 @@
118166
"@types/estree" "*"
119167
"@types/json-schema" "*"
120168

169+
"@types/eslint@^9.6.0":
170+
version "9.6.0"
171+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
172+
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
173+
dependencies:
174+
"@types/estree" "*"
175+
"@types/json-schema" "*"
176+
121177
"@types/estree@*":
122178
version "1.0.1"
123179
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
@@ -182,6 +238,14 @@
182238
"@typescript-eslint/types" "5.59.7"
183239
"@typescript-eslint/visitor-keys" "5.59.7"
184240

241+
"@typescript-eslint/[email protected]":
242+
version "8.0.0"
243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
244+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
245+
dependencies:
246+
"@typescript-eslint/types" "8.0.0"
247+
"@typescript-eslint/visitor-keys" "8.0.0"
248+
185249
"@typescript-eslint/[email protected]":
186250
version "5.59.7"
187251
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
@@ -197,6 +261,11 @@
197261
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
198262
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
199263

264+
"@typescript-eslint/[email protected]":
265+
version "8.0.0"
266+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
267+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
268+
200269
"@typescript-eslint/[email protected]":
201270
version "5.59.7"
202271
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
@@ -210,6 +279,20 @@
210279
semver "^7.3.7"
211280
tsutils "^3.21.0"
212281

282+
"@typescript-eslint/[email protected]":
283+
version "8.0.0"
284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
285+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
286+
dependencies:
287+
"@typescript-eslint/types" "8.0.0"
288+
"@typescript-eslint/visitor-keys" "8.0.0"
289+
debug "^4.3.4"
290+
globby "^11.1.0"
291+
is-glob "^4.0.3"
292+
minimatch "^9.0.4"
293+
semver "^7.6.0"
294+
ts-api-utils "^1.3.0"
295+
213296
"@typescript-eslint/[email protected]":
214297
version "5.59.7"
215298
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
@@ -224,6 +307,16 @@
224307
eslint-scope "^5.1.1"
225308
semver "^7.3.7"
226309

310+
"@typescript-eslint/utils@^8.0.0":
311+
version "8.0.0"
312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
313+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
314+
dependencies:
315+
"@eslint-community/eslint-utils" "^4.4.0"
316+
"@typescript-eslint/scope-manager" "8.0.0"
317+
"@typescript-eslint/types" "8.0.0"
318+
"@typescript-eslint/typescript-estree" "8.0.0"
319+
227320
"@typescript-eslint/[email protected]":
228321
version "5.59.7"
229322
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
@@ -232,6 +325,14 @@
232325
"@typescript-eslint/types" "5.59.7"
233326
eslint-visitor-keys "^3.3.0"
234327

328+
"@typescript-eslint/[email protected]":
329+
version "8.0.0"
330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
331+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
332+
dependencies:
333+
"@typescript-eslint/types" "8.0.0"
334+
eslint-visitor-keys "^3.4.3"
335+
235336
acorn-jsx@^3.0.0:
236337
version "3.0.1"
237338
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
@@ -251,6 +352,11 @@ acorn@^5.0.1:
251352
version "5.0.3"
252353
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
253354

355+
acorn@^8.12.0, acorn@^8.12.1:
356+
version "8.12.1"
357+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
358+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
359+
254360
acorn@^8.8.0:
255361
version "8.8.2"
256362
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
@@ -491,6 +597,13 @@ brace-expansion@^1.1.7:
491597
balanced-match "^1.0.0"
492598
concat-map "0.0.1"
493599

600+
brace-expansion@^2.0.1:
601+
version "2.0.1"
602+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
603+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
604+
dependencies:
605+
balanced-match "^1.0.0"
606+
494607
braces@^3.0.2:
495608
version "3.0.2"
496609
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1005,7 +1118,16 @@ eslint-config-xo-typescript@^0.57.0:
10051118
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
10061119
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
10071120

1008-
[email protected], eslint-config-xo@^0.43.1:
1121+
1122+
version "0.46.0"
1123+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.46.0.tgz#2ebb7d8507d8babe456d76b3eb3d11e2ef0c89de"
1124+
integrity sha512-mjQUhdTCLQwHUFKf1hhSx1FFhm2jllr4uG2KjaW7gZHGAbjKoSypvo1eQvFk17lHx3bztYjZDDXQmkAZyaSlAg==
1125+
dependencies:
1126+
"@stylistic/eslint-plugin" "^2.6.1"
1127+
confusing-browser-globals "1.0.11"
1128+
globals "^15.3.0"
1129+
1130+
eslint-config-xo@^0.43.1:
10091131
version "0.43.1"
10101132
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
10111133
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
@@ -1230,6 +1352,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
12301352
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
12311353
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
12321354

1355+
eslint-visitor-keys@^3.4.3:
1356+
version "3.4.3"
1357+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1358+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1359+
1360+
eslint-visitor-keys@^4.0.0:
1361+
version "4.0.0"
1362+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1363+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1364+
12331365
12341366
version "3.19.0"
12351367
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
@@ -1323,6 +1455,15 @@ esm-utils@^4.1.2:
13231455
import-meta-resolve "2.2.2"
13241456
url-or-path "2.1.0"
13251457

1458+
espree@^10.1.0:
1459+
version "10.1.0"
1460+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
1461+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
1462+
dependencies:
1463+
acorn "^8.12.0"
1464+
acorn-jsx "^5.3.2"
1465+
eslint-visitor-keys "^4.0.0"
1466+
13261467
espree@^3.4.0:
13271468
version "3.4.2"
13281469
resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.2.tgz#38dbdedbedc95b8961a1fbf04734a8f6a9c8c592"
@@ -1379,7 +1520,7 @@ estraverse@^4.0.0, estraverse@^4.1.1, estraverse@^4.2.0:
13791520
version "4.2.0"
13801521
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
13811522

1382-
estraverse@^5.1.0, estraverse@^5.2.0:
1523+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
13831524
version "5.3.0"
13841525
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
13851526
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -1672,6 +1813,11 @@ globals@^13.19.0:
16721813
dependencies:
16731814
type-fest "^0.20.2"
16741815

1816+
globals@^15.3.0:
1817+
version "15.9.0"
1818+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
1819+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
1820+
16751821
globals@^9.0.0, globals@^9.14.0:
16761822
version "9.17.0"
16771823
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
@@ -2470,6 +2616,13 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
24702616
dependencies:
24712617
brace-expansion "^1.1.7"
24722618

2619+
minimatch@^9.0.4:
2620+
version "9.0.5"
2621+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2622+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2623+
dependencies:
2624+
brace-expansion "^2.0.1"
2625+
24732626
24742627
version "4.1.0"
24752628
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -2784,6 +2937,11 @@ picomatch@^2.3.1:
27842937
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
27852938
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
27862939

2940+
picomatch@^4.0.2:
2941+
version "4.0.2"
2942+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
2943+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
2944+
27872945
pify@^2.0.0:
27882946
version "2.3.0"
27892947
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -3093,6 +3251,11 @@ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
30933251
dependencies:
30943252
lru-cache "^6.0.0"
30953253

3254+
semver@^7.6.0:
3255+
version "7.6.3"
3256+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3257+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3258+
30963259
shebang-command@^2.0.0:
30973260
version "2.0.0"
30983261
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -3375,6 +3538,11 @@ tryit@^1.0.1:
33753538
version "1.0.3"
33763539
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
33773540

3541+
ts-api-utils@^1.3.0:
3542+
version "1.3.0"
3543+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3544+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3545+
33783546
tsconfig-paths@^3.14.1:
33793547
version "3.14.2"
33803548
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"

0 commit comments

Comments
 (0)