Skip to content

Commit ca7d634

Browse files
committed
Revert update vitest
1 parent 80afa36 commit ca7d634

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

yarn.lock

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,11 +1760,6 @@
17601760
debug "^4.3.4"
17611761
ts-api-utils "^1.3.0"
17621762

1763-
"@typescript-eslint/[email protected]":
1764-
version "6.21.0"
1765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1766-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1767-
17681763
"@typescript-eslint/[email protected]":
17691764
version "8.8.0"
17701765
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
@@ -1794,14 +1789,6 @@
17941789
"@typescript-eslint/types" "8.8.0"
17951790
"@typescript-eslint/typescript-estree" "8.8.0"
17961791

1797-
"@typescript-eslint/[email protected]":
1798-
version "6.21.0"
1799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1800-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1801-
dependencies:
1802-
"@typescript-eslint/types" "6.21.0"
1803-
eslint-visitor-keys "^3.4.1"
1804-
18051792
"@typescript-eslint/[email protected]":
18061793
version "8.8.0"
18071794
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
@@ -1816,9 +1803,9 @@
18161803
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
18171804

18181805
"@vitest/coverage-v8@^2.0.5":
1819-
version "2.1.2"
1820-
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-2.1.2.tgz#0fd098a80c6bda8fb6b8eb65b41be98286331a0a"
1821-
integrity sha512-b7kHrFrs2urS0cOk5N10lttI8UdJ/yP3nB4JYTREvR5o18cR99yPpK4gK8oQgI42BVv0ILWYUSYB7AXkAUDc0g==
1806+
version "2.1.1"
1807+
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-2.1.1.tgz#a1f58cafe7d4306ec751c1054b58f1b60327693a"
1808+
integrity sha512-md/A7A3c42oTT8JUHSqjP5uKTWJejzUW4jalpvs+rZ27gsURsMU8DEb+8Jf8C6Kj2gwfSHJqobDNBuoqlm0cFw==
18221809
dependencies:
18231810
"@ampproject/remapping" "^2.3.0"
18241811
"@bcoe/v8-coverage" "^0.2.3"
@@ -2430,7 +2417,7 @@ eslint-scope@^8.0.2:
24302417
esrecurse "^4.3.0"
24312418
estraverse "^5.2.0"
24322419

2433-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
2420+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
24342421
version "3.4.3"
24352422
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
24362423
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -4547,17 +4534,17 @@ vite@^5.0.0:
45474534
fsevents "~2.3.3"
45484535

45494536
vitest@^2.0.5:
4550-
version "2.1.2"
4551-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.2.tgz#f285fdde876749fddc0cb4d9748ae224443c1694"
4552-
integrity sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==
4553-
dependencies:
4554-
"@vitest/expect" "2.1.2"
4555-
"@vitest/mocker" "2.1.2"
4556-
"@vitest/pretty-format" "^2.1.2"
4557-
"@vitest/runner" "2.1.2"
4558-
"@vitest/snapshot" "2.1.2"
4559-
"@vitest/spy" "2.1.2"
4560-
"@vitest/utils" "2.1.2"
4537+
version "2.1.1"
4538+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.1.tgz#24a6f6f5d894509f10685b82de008c507faacbb1"
4539+
integrity sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==
4540+
dependencies:
4541+
"@vitest/expect" "2.1.1"
4542+
"@vitest/mocker" "2.1.1"
4543+
"@vitest/pretty-format" "^2.1.1"
4544+
"@vitest/runner" "2.1.1"
4545+
"@vitest/snapshot" "2.1.1"
4546+
"@vitest/spy" "2.1.1"
4547+
"@vitest/utils" "2.1.1"
45614548
chai "^5.1.1"
45624549
debug "^4.3.6"
45634550
magic-string "^0.30.11"
@@ -4568,7 +4555,7 @@ vitest@^2.0.5:
45684555
tinypool "^1.0.0"
45694556
tinyrainbow "^1.2.0"
45704557
vite "^5.0.0"
4571-
vite-node "2.1.2"
4558+
vite-node "2.1.1"
45724559
why-is-node-running "^2.3.0"
45734560

45744561
which@^2.0.1:

0 commit comments

Comments
 (0)