Skip to content

Commit b2a9115

Browse files
chore(deps): update dependency vitest to v0.34.1
1 parent 9aacc04 commit b2a9115

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ts-node": "10.9.1",
5656
"tsup": "6.7.0",
5757
"typescript": "4.9.5",
58-
"vitest": "0.33.0"
58+
"vitest": "0.34.1"
5959
},
6060
"peerDependencies": {
6161
"style-dictionary": ">=3.7.0"

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,44 +1204,44 @@
12041204
picocolors "^1.0.0"
12051205
std-env "^3.3.3"
12061206

1207-
"@vitest/expect@0.33.0":
1208-
version "0.33.0"
1209-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.33.0.tgz#f48652591f3573ad6c2db828ad358d5c078845d3"
1210-
integrity sha512-sVNf+Gla3mhTCxNJx+wJLDPp/WcstOe0Ksqz4Vec51MmgMth/ia0MGFEkIZmVGeTL5HtjYR4Wl/ZxBxBXZJTzQ==
1207+
"@vitest/expect@0.34.1":
1208+
version "0.34.1"
1209+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.34.1.tgz#2ba6cb96695f4b4388c6d955423a81afc79b8da0"
1210+
integrity sha512-q2CD8+XIsQ+tHwypnoCk8Mnv5e6afLFvinVGCq3/BOT4kQdVQmY6rRfyKkwcg635lbliLPqbunXZr+L1ssUWiQ==
12111211
dependencies:
1212-
"@vitest/spy" "0.33.0"
1213-
"@vitest/utils" "0.33.0"
1212+
"@vitest/spy" "0.34.1"
1213+
"@vitest/utils" "0.34.1"
12141214
chai "^4.3.7"
12151215

1216-
"@vitest/runner@0.33.0":
1217-
version "0.33.0"
1218-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.33.0.tgz#0b1a4d04ff8bc5cdad73920eac019d99550edf9d"
1219-
integrity sha512-UPfACnmCB6HKRHTlcgCoBh6ppl6fDn+J/xR8dTufWiKt/74Y9bHci5CKB8tESSV82zKYtkBJo9whU3mNvfaisg==
1216+
"@vitest/runner@0.34.1":
1217+
version "0.34.1"
1218+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.34.1.tgz#23c21ba1db8bff610988c72744db590d0fb6c4ba"
1219+
integrity sha512-YfQMpYzDsYB7yqgmlxZ06NI4LurHWfrH7Wy3Pvf/z/vwUSgq1zLAb1lWcItCzQG+NVox+VvzlKQrYEXb47645g==
12201220
dependencies:
1221-
"@vitest/utils" "0.33.0"
1221+
"@vitest/utils" "0.34.1"
12221222
p-limit "^4.0.0"
12231223
pathe "^1.1.1"
12241224

1225-
"@vitest/snapshot@0.33.0":
1226-
version "0.33.0"
1227-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-0.33.0.tgz#4400a90c48907808122b573053a2112a832b3698"
1228-
integrity sha512-tJjrl//qAHbyHajpFvr8Wsk8DIOODEebTu7pgBrP07iOepR5jYkLFiqLq2Ltxv+r0uptUb4izv1J8XBOwKkVYA==
1225+
"@vitest/snapshot@0.34.1":
1226+
version "0.34.1"
1227+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-0.34.1.tgz#814c65f8e714eaf255f47838541004b2a2ba28e6"
1228+
integrity sha512-0O9LfLU0114OqdF8lENlrLsnn024Tb1CsS9UwG0YMWY2oGTQfPtkW+B/7ieyv0X9R2Oijhi3caB1xgGgEgclSQ==
12291229
dependencies:
12301230
magic-string "^0.30.1"
12311231
pathe "^1.1.1"
12321232
pretty-format "^29.5.0"
12331233

1234-
"@vitest/spy@0.33.0":
1235-
version "0.33.0"
1236-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.33.0.tgz#366074d3cf9cf1ed8aeaa76e50e78c799fb242eb"
1237-
integrity sha512-Kv+yZ4hnH1WdiAkPUQTpRxW8kGtH8VRTnus7ZTGovFYM1ZezJpvGtb9nPIjPnptHbsyIAxYZsEpVPYgtpjGnrg==
1234+
"@vitest/spy@0.34.1":
1235+
version "0.34.1"
1236+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.34.1.tgz#2f77234a3d554c5dea664943f2caaab92d304f3c"
1237+
integrity sha512-UT4WcI3EAPUNO8n6y9QoEqynGGEPmmRxC+cLzneFFXpmacivjHZsNbiKD88KUScv5DCHVDgdBsLD7O7s1enFcQ==
12381238
dependencies:
12391239
tinyspy "^2.1.1"
12401240

1241-
"@vitest/utils@0.33.0":
1242-
version "0.33.0"
1243-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.33.0.tgz#6b9820cb8f128d649da6f78ecaa9b73d6222b277"
1244-
integrity sha512-pF1w22ic965sv+EN6uoePkAOTkAPWM03Ri/jXNyMIKBb/XHLDPfhLvf/Fa9g0YECevAIz56oVYXhodLvLQ/awA==
1241+
"@vitest/utils@0.34.1":
1242+
version "0.34.1"
1243+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.34.1.tgz#e5545c6618775fb9a2dae2a80d94fc2f35222233"
1244+
integrity sha512-/ql9dsFi4iuEbiNcjNHQWXBum7aL8pyhxvfnD9gNtbjR9fUKAjxhj4AA3yfLXg6gJpMGGecvtF8Au2G9y3q47Q==
12451245
dependencies:
12461246
diff-sequences "^29.4.3"
12471247
loupe "^2.3.6"
@@ -6386,10 +6386,10 @@ tinycolor2@^1.4.1:
63866386
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
63876387
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
63886388

6389-
tinypool@^0.6.0:
6390-
version "0.6.0"
6391-
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.6.0.tgz#c3640b851940abe2168497bb6e43b49fafb3ba7b"
6392-
integrity sha512-FdswUUo5SxRizcBc6b1GSuLpLjisa8N8qMyYoP3rl+bym+QauhtJP5bvZY1ytt8krKGmMLYIRl36HBZfeAoqhQ==
6389+
tinypool@^0.7.0:
6390+
version "0.7.0"
6391+
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.7.0.tgz#88053cc99b4a594382af23190c609d93fddf8021"
6392+
integrity sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==
63936393

63946394
tinyspy@^2.1.1:
63956395
version "2.1.1"
@@ -6745,10 +6745,10 @@ validate-npm-package-name@^5.0.0:
67456745
dependencies:
67466746
builtins "^5.0.0"
67476747

6748-
vite-node@0.33.0:
6749-
version "0.33.0"
6750-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.33.0.tgz#c6a3a527e0b8090da7436241bc875760ae0eef28"
6751-
integrity sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==
6748+
vite-node@0.34.1:
6749+
version "0.34.1"
6750+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.34.1.tgz#144900ca4bd54cc419c501d671350bcbc07eb1ee"
6751+
integrity sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==
67526752
dependencies:
67536753
cac "^6.7.14"
67546754
debug "^4.3.4"
@@ -6769,19 +6769,19 @@ [email protected]:
67696769
optionalDependencies:
67706770
fsevents "~2.3.2"
67716771

6772-
vitest@0.33.0:
6773-
version "0.33.0"
6774-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.33.0.tgz#e2be6153aec1d30e3460ac6d64265bf72da2551c"
6775-
integrity sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==
6772+
vitest@0.34.1:
6773+
version "0.34.1"
6774+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.34.1.tgz#3ad7f845e7a9fb0d72ab703cae832a54b8469e1e"
6775+
integrity sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==
67766776
dependencies:
67776777
"@types/chai" "^4.3.5"
67786778
"@types/chai-subset" "^1.3.3"
67796779
"@types/node" "*"
6780-
"@vitest/expect" "0.33.0"
6781-
"@vitest/runner" "0.33.0"
6782-
"@vitest/snapshot" "0.33.0"
6783-
"@vitest/spy" "0.33.0"
6784-
"@vitest/utils" "0.33.0"
6780+
"@vitest/expect" "0.34.1"
6781+
"@vitest/runner" "0.34.1"
6782+
"@vitest/snapshot" "0.34.1"
6783+
"@vitest/spy" "0.34.1"
6784+
"@vitest/utils" "0.34.1"
67856785
acorn "^8.9.0"
67866786
acorn-walk "^8.2.0"
67876787
cac "^6.7.14"
@@ -6794,9 +6794,9 @@ [email protected]:
67946794
std-env "^3.3.3"
67956795
strip-literal "^1.0.1"
67966796
tinybench "^2.5.0"
6797-
tinypool "^0.6.0"
6797+
tinypool "^0.7.0"
67986798
vite "^3.0.0 || ^4.0.0"
6799-
vite-node "0.33.0"
6799+
vite-node "0.34.1"
68006800
why-is-node-running "^2.2.2"
68016801

68026802
walk-up-path@^3.0.1:

0 commit comments

Comments
 (0)