Skip to content

Commit 5722d4a

Browse files
Update vitest monorepo to v3.2.0
1 parent 1841c72 commit 5722d4a

File tree

1 file changed

+99
-69
lines changed

1 file changed

+99
-69
lines changed

yarn.lock

Lines changed: 99 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,6 +3184,13 @@
31843184
"@types/node" "*"
31853185
"@types/responselike" "^1.0.0"
31863186

3187+
"@types/chai@^5.2.2":
3188+
version "5.2.2"
3189+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.2.tgz#6f14cea18180ffc4416bc0fd12be05fdd73bdd6b"
3190+
integrity sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==
3191+
dependencies:
3192+
"@types/deep-eql" "*"
3193+
31873194
"@types/color-convert@*":
31883195
version "2.0.4"
31893196
resolved "https://registry.yarnpkg.com/@types/color-convert/-/color-convert-2.0.4.tgz#843398ae71e951dc5415d202dfd5e43108823eeb"
@@ -3203,6 +3210,11 @@
32033210
dependencies:
32043211
"@types/color-convert" "*"
32053212

3213+
"@types/deep-eql@*":
3214+
version "4.0.2"
3215+
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
3216+
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
3217+
32063218
"@types/estree@*", "@types/[email protected]", "@types/estree@^1.0.0":
32073219
version "1.0.7"
32083220
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
@@ -3512,13 +3524,14 @@
35123524
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
35133525

35143526
"@vitest/coverage-v8@^3.0.0":
3515-
version "3.1.4"
3516-
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-3.1.4.tgz#faffd0d22795938b69aa4fedc78622bce299ec26"
3517-
integrity sha512-G4p6OtioySL+hPV7Y6JHlhpsODbJzt1ndwHAFkyk6vVjpK03PFsKnauZIzcd0PrK4zAbc5lc+jeZ+eNGiMA+iw==
3527+
version "3.2.0"
3528+
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-3.2.0.tgz#62d155c7a593b585e77c8860f5f67b678fa7457b"
3529+
integrity sha512-HjgvaokAiHxRMI5ioXl4WmgAi4zQtKtnltOOlmpzUqApdcTTZrZJAastbbRGydtiqwtYLFaIb6Jpo3PzowZ0cg==
35183530
dependencies:
35193531
"@ampproject/remapping" "^2.3.0"
35203532
"@bcoe/v8-coverage" "^1.0.2"
3521-
debug "^4.4.0"
3533+
ast-v8-to-istanbul "^0.3.3"
3534+
debug "^4.4.1"
35223535
istanbul-lib-coverage "^3.2.2"
35233536
istanbul-lib-report "^3.0.1"
35243537
istanbul-lib-source-maps "^5.0.6"
@@ -3529,62 +3542,63 @@
35293542
test-exclude "^7.0.1"
35303543
tinyrainbow "^2.0.0"
35313544

3532-
"@vitest/expect@3.1.4":
3533-
version "3.1.4"
3534-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.4.tgz#837651a71682e3611c3df7b58b157ba485bd8029"
3535-
integrity sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==
3545+
"@vitest/expect@3.2.0":
3546+
version "3.2.0"
3547+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.2.0.tgz#1c1dacb9fe68f27b572795732c27a15c1ea5a502"
3548+
integrity sha512-0v4YVbhDKX3SKoy0PHWXpKhj44w+3zZkIoVES9Ex2pq+u6+Bijijbi2ua5kE+h3qT6LBWFTNZSCOEU37H8Y5sA==
35363549
dependencies:
3537-
"@vitest/spy" "3.1.4"
3538-
"@vitest/utils" "3.1.4"
3550+
"@types/chai" "^5.2.2"
3551+
"@vitest/spy" "3.2.0"
3552+
"@vitest/utils" "3.2.0"
35393553
chai "^5.2.0"
35403554
tinyrainbow "^2.0.0"
35413555

3542-
"@vitest/mocker@3.1.4":
3543-
version "3.1.4"
3544-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.1.4.tgz#73441022b86c7299bfbd11a9fb2e99a7ddc2bb0e"
3545-
integrity sha512-8IJ3CvwtSw/EFXqWFL8aCMu+YyYXG2WUSrQbViOZkWTKTVicVwZ/YiEZDSqD00kX+v/+W+OnxhNWoeVKorHygA==
3556+
"@vitest/mocker@3.2.0":
3557+
version "3.2.0"
3558+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.2.0.tgz#f3c3546b7daea39d1382ba9bd5325f20669ae2b7"
3559+
integrity sha512-HFcW0lAMx3eN9vQqis63H0Pscv0QcVMo1Kv8BNysZbxcmHu3ZUYv59DS6BGYiGQ8F5lUkmsfMMlPm4DJFJdf/A==
35463560
dependencies:
3547-
"@vitest/spy" "3.1.4"
3561+
"@vitest/spy" "3.2.0"
35483562
estree-walker "^3.0.3"
35493563
magic-string "^0.30.17"
35503564

3551-
"@vitest/pretty-format@3.1.4", "@vitest/pretty-format@^3.1.4":
3552-
version "3.1.4"
3553-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.1.4.tgz#da3e98c250cde3ce39fe8e709339814607b185e8"
3554-
integrity sha512-cqv9H9GvAEoTaoq+cYqUTCGscUjKqlJZC7PRwY5FMySVj5J+xOm1KQcCiYHJOEzOKRUhLH4R2pTwvFlWCEScsg==
3565+
"@vitest/pretty-format@3.2.0", "@vitest/pretty-format@^3.2.0":
3566+
version "3.2.0"
3567+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.2.0.tgz#81728ccebae16f1421600d305d526bdce08783ad"
3568+
integrity sha512-gUUhaUmPBHFkrqnOokmfMGRBMHhgpICud9nrz/xpNV3/4OXCn35oG+Pl8rYYsKaTNd/FAIrqRHnwpDpmYxCYZw==
35553569
dependencies:
35563570
tinyrainbow "^2.0.0"
35573571

3558-
"@vitest/runner@3.1.4":
3559-
version "3.1.4"
3560-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.1.4.tgz#19fa16eb397f5325b99baca48c2bca6cadd098fa"
3561-
integrity sha512-djTeF1/vt985I/wpKVFBMWUlk/I7mb5hmD5oP8K9ACRmVXgKTae3TUOtXAEBfslNKPzUQvnKhNd34nnRSYgLNQ==
3572+
"@vitest/runner@3.2.0":
3573+
version "3.2.0"
3574+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.2.0.tgz#3dc645bc40ffb9f586267776337e3247402e4831"
3575+
integrity sha512-bXdmnHxuB7fXJdh+8vvnlwi/m1zvu+I06i1dICVcDQFhyV4iKw2RExC/acavtDn93m/dRuawUObKsrNE1gJacA==
35623576
dependencies:
3563-
"@vitest/utils" "3.1.4"
3577+
"@vitest/utils" "3.2.0"
35643578
pathe "^2.0.3"
35653579

3566-
"@vitest/snapshot@3.1.4":
3567-
version "3.1.4"
3568-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.1.4.tgz#7897d4960a3cf617fb0f17e182cc15c7e3e4ed3f"
3569-
integrity sha512-JPHf68DvuO7vilmvwdPr9TS0SuuIzHvxeaCkxYcCD4jTk67XwL45ZhEHFKIuCm8CYstgI6LZ4XbwD6ANrwMpFg==
3580+
"@vitest/snapshot@3.2.0":
3581+
version "3.2.0"
3582+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.2.0.tgz#98ba12e3eb0ad39beffb9c44747b7c4d42f9e25e"
3583+
integrity sha512-z7P/EneBRMe7hdvWhcHoXjhA6at0Q4ipcoZo6SqgxLyQQ8KSMMCmvw1cSt7FHib3ozt0wnRHc37ivuUMbxzG/A==
35703584
dependencies:
3571-
"@vitest/pretty-format" "3.1.4"
3585+
"@vitest/pretty-format" "3.2.0"
35723586
magic-string "^0.30.17"
35733587
pathe "^2.0.3"
35743588

3575-
"@vitest/spy@3.1.4":
3576-
version "3.1.4"
3577-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.1.4.tgz#94bb566da7ef6deb7c4e1fd79b78f19aa5465b9f"
3578-
integrity sha512-Xg1bXhu+vtPXIodYN369M86K8shGLouNjoVI78g8iAq2rFoHFdajNvJJ5A/9bPMFcfQqdaCpOgWKEoMQg/s0Yg==
3589+
"@vitest/spy@3.2.0":
3590+
version "3.2.0"
3591+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.2.0.tgz#553b61838a1aabc33228b1193c1cf80a00c0c315"
3592+
integrity sha512-s3+TkCNUIEOX99S0JwNDfsHRaZDDZZR/n8F0mop0PmsEbQGKZikCGpTGZ6JRiHuONKew3Fb5//EPwCP+pUX9cw==
35793593
dependencies:
3580-
tinyspy "^3.0.2"
3594+
tinyspy "^4.0.3"
35813595

3582-
"@vitest/utils@3.1.4":
3583-
version "3.1.4"
3584-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.1.4.tgz#f9f20d92f1384a9d66548c480885390760047b5e"
3585-
integrity sha512-yriMuO1cfFhmiGc8ataN51+9ooHRuURdfAZfwFd3usWynjzpLslZdYnRegTv32qdgtJTsj15FoeZe2g15fY1gg==
3596+
"@vitest/utils@3.2.0":
3597+
version "3.2.0"
3598+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.2.0.tgz#5a6165d54436d9d699076c2ea2631466909a06a3"
3599+
integrity sha512-gXXOe7Fj6toCsZKVQouTRLJftJwmvbhH5lKOBR6rlP950zUq9AitTUjnFoXS/CqjBC2aoejAztLPzzuva++XBw==
35863600
dependencies:
3587-
"@vitest/pretty-format" "3.1.4"
3601+
"@vitest/pretty-format" "3.2.0"
35883602
loupe "^3.1.3"
35893603
tinyrainbow "^2.0.0"
35903604

@@ -4016,6 +4030,15 @@ assertion-error@^2.0.1:
40164030
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
40174031
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
40184032

4033+
ast-v8-to-istanbul@^0.3.3:
4034+
version "0.3.3"
4035+
resolved "https://registry.yarnpkg.com/ast-v8-to-istanbul/-/ast-v8-to-istanbul-0.3.3.tgz#697101c116cff6b51c0e668ba6352e7e41fe8dd5"
4036+
integrity sha512-MuXMrSLVVoA6sYN/6Hke18vMzrT4TZNbZIj/hvh0fnYFpO+/kFXcLIaiPwXXWaQUPg4yJD8fj+lfJ7/1EBconw==
4037+
dependencies:
4038+
"@jridgewell/trace-mapping" "^0.3.25"
4039+
estree-walker "^3.0.3"
4040+
js-tokens "^9.0.1"
4041+
40194042
async-disk-cache@^1.2.1:
40204043
version "1.3.5"
40214044
resolved "https://registry.yarnpkg.com/async-disk-cache/-/async-disk-cache-1.3.5.tgz#cc6206ed79bb6982b878fc52e0505e4f52b62a02"
@@ -5143,7 +5166,7 @@ de-indent@^1.0.2:
51435166
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
51445167
integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==
51455168

5146-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
5169+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
51475170
version "4.4.1"
51485171
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
51495172
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -7805,6 +7828,11 @@ jju@~1.4.0:
78057828
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
78067829
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
78077830

7831+
js-tokens@^9.0.1:
7832+
version "9.0.1"
7833+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-9.0.1.tgz#2ec43964658435296f6761b34e10671c2d9527f4"
7834+
integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==
7835+
78087836
[email protected], js-yaml@^3.10.0:
78097837
version "3.14.1"
78107838
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
@@ -11621,15 +11649,15 @@ tinyexec@^0.3.2:
1162111649
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
1162211650
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
1162311651

11624-
tinyglobby@^0.2.13:
11652+
tinyglobby@^0.2.13, tinyglobby@^0.2.14:
1162511653
version "0.2.14"
1162611654
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
1162711655
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
1162811656
dependencies:
1162911657
fdir "^6.4.4"
1163011658
picomatch "^4.0.2"
1163111659

11632-
tinypool@^1.0.2:
11660+
tinypool@^1.1.0:
1163311661
version "1.1.0"
1163411662
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-1.1.0.tgz#4252913ec76ef8f728f2524e2118f3bef9cf23f4"
1163511663
integrity sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==
@@ -11639,10 +11667,10 @@ tinyrainbow@^2.0.0:
1163911667
resolved "https://registry.yarnpkg.com/tinyrainbow/-/tinyrainbow-2.0.0.tgz#9509b2162436315e80e3eee0fcce4474d2444294"
1164011668
integrity sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==
1164111669

11642-
tinyspy@^3.0.2:
11643-
version "3.0.2"
11644-
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-3.0.2.tgz#86dd3cf3d737b15adcf17d7887c84a75201df20a"
11645-
integrity sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==
11670+
tinyspy@^4.0.3:
11671+
version "4.0.3"
11672+
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-4.0.3.tgz#d1d0f0602f4c15f1aae083a34d6d0df3363b1b52"
11673+
integrity sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==
1164611674

1164711675
tldts-core@^6.1.86:
1164811676
version "6.1.86"
@@ -12240,16 +12268,16 @@ vfile@^4.0.0:
1224012268
unist-util-stringify-position "^2.0.0"
1224112269
vfile-message "^2.0.0"
1224212270

12243-
vite-node@3.1.4:
12244-
version "3.1.4"
12245-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.1.4.tgz#13f10b2cb155197a971cb2761664ec952c6cae18"
12246-
integrity sha512-6enNwYnpyDo4hEgytbmc6mYWHXDHYEn0D1/rw4Q+tnHUGtKTJsn8T1YkX6Q18wI5LCrS8CTYlBaiCqxOy2kvUA==
12271+
vite-node@3.2.0:
12272+
version "3.2.0"
12273+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.2.0.tgz#fb03f4062a418454f31194faee5f82b6aa78d579"
12274+
integrity sha512-8Fc5Ko5Y4URIJkmMF/iFP1C0/OJyY+VGVe9Nw6WAdZyw4bTO+eVg9mwxWkQp/y8NnAoQY3o9KAvE1ZdA2v+Vmg==
1224712275
dependencies:
1224812276
cac "^6.7.14"
12249-
debug "^4.4.0"
12277+
debug "^4.4.1"
1225012278
es-module-lexer "^1.7.0"
1225112279
pathe "^2.0.3"
12252-
vite "^5.0.0 || ^6.0.0"
12280+
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
1225312281

1225412282
vite-plugin-dts@^4.0.0:
1225512283
version "4.5.4"
@@ -12266,7 +12294,7 @@ vite-plugin-dts@^4.0.0:
1226612294
local-pkg "^1.0.0"
1226712295
magic-string "^0.30.17"
1226812296

12269-
"vite@^5.0.0 || ^6.0.0", vite@^6.0.0:
12297+
"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0", vite@^6.0.0:
1227012298
version "6.3.5"
1227112299
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.5.tgz#fec73879013c9c0128c8d284504c6d19410d12a3"
1227212300
integrity sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==
@@ -12281,30 +12309,32 @@ vite-plugin-dts@^4.0.0:
1228112309
fsevents "~2.3.3"
1228212310

1228312311
vitest@^3.0.0:
12284-
version "3.1.4"
12285-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.1.4.tgz#5f495b7dbb1d4d208b88508cd4dfceb006f8b7e6"
12286-
integrity sha512-Ta56rT7uWxCSJXlBtKgIlApJnT6e6IGmTYxYcmxjJ4ujuZDI59GUQgVDObXXJujOmPDBYXHK1qmaGtneu6TNIQ==
12287-
dependencies:
12288-
"@vitest/expect" "3.1.4"
12289-
"@vitest/mocker" "3.1.4"
12290-
"@vitest/pretty-format" "^3.1.4"
12291-
"@vitest/runner" "3.1.4"
12292-
"@vitest/snapshot" "3.1.4"
12293-
"@vitest/spy" "3.1.4"
12294-
"@vitest/utils" "3.1.4"
12312+
version "3.2.0"
12313+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.2.0.tgz#a1dbd536e78f2a1fe5b949846bc2ee1c1e2c031d"
12314+
integrity sha512-P7Nvwuli8WBNmeMHHek7PnGW4oAZl9za1fddfRVidZar8wDZRi7hpznLKQePQ8JPLwSBEYDK11g+++j7uFJV8Q==
12315+
dependencies:
12316+
"@types/chai" "^5.2.2"
12317+
"@vitest/expect" "3.2.0"
12318+
"@vitest/mocker" "3.2.0"
12319+
"@vitest/pretty-format" "^3.2.0"
12320+
"@vitest/runner" "3.2.0"
12321+
"@vitest/snapshot" "3.2.0"
12322+
"@vitest/spy" "3.2.0"
12323+
"@vitest/utils" "3.2.0"
1229512324
chai "^5.2.0"
12296-
debug "^4.4.0"
12325+
debug "^4.4.1"
1229712326
expect-type "^1.2.1"
1229812327
magic-string "^0.30.17"
1229912328
pathe "^2.0.3"
12329+
picomatch "^4.0.2"
1230012330
std-env "^3.9.0"
1230112331
tinybench "^2.9.0"
1230212332
tinyexec "^0.3.2"
12303-
tinyglobby "^0.2.13"
12304-
tinypool "^1.0.2"
12333+
tinyglobby "^0.2.14"
12334+
tinypool "^1.1.0"
1230512335
tinyrainbow "^2.0.0"
12306-
vite "^5.0.0 || ^6.0.0"
12307-
vite-node "3.1.4"
12336+
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
12337+
vite-node "3.2.0"
1230812338
why-is-node-running "^2.3.0"
1230912339

1231012340
vscode-uri@^3.0.8:

0 commit comments

Comments
 (0)