Skip to content

Commit a4a5441

Browse files
committed
chore(deps-dev): upgrade vitest [deploy skip]
1 parent 64a7596 commit a4a5441

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"svelte2tsx": "^0.5.10",
4040
"totalist": "^3.0.0",
4141
"typescript": "^4.7.3",
42-
"vitest": "^0.14.2"
42+
"vitest": "^0.15.0"
4343
},
4444
"repository": {
4545
"type": "git",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,10 +1503,10 @@ vite@^2.9.10:
15031503
optionalDependencies:
15041504
fsevents "~2.3.2"
15051505

1506-
vite@^2.9.9:
1507-
version "2.9.9"
1508-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
1509-
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
1506+
vite@^2.9.12:
1507+
version "2.9.12"
1508+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.12.tgz#b1d636b0a8ac636afe9d83e3792d4895509a941b"
1509+
integrity sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==
15101510
dependencies:
15111511
esbuild "^0.14.27"
15121512
postcss "^8.4.13"
@@ -1515,19 +1515,20 @@ vite@^2.9.9:
15151515
optionalDependencies:
15161516
fsevents "~2.3.2"
15171517

1518-
vitest@^0.14.2:
1519-
version "0.14.2"
1520-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.14.2.tgz#ac07b46d3cd3b5667d2bb803962f759a1b8f3f89"
1521-
integrity sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA==
1518+
vitest@^0.15.0:
1519+
version "0.15.0"
1520+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.15.0.tgz#c59d5283bc34a7780ba8eccd230edaa1ebaf04ef"
1521+
integrity sha512-ofXZ8tBYAkVJpTpkaGruBh9nG6lO9cs04IdFpneDblCwBpncnlpEgZvlF3XWF4lSsklPe9le4MO8+j90DnsX+g==
15221522
dependencies:
15231523
"@types/chai" "^4.3.1"
15241524
"@types/chai-subset" "^1.3.3"
1525+
"@types/node" "*"
15251526
chai "^4.3.6"
15261527
debug "^4.3.4"
15271528
local-pkg "^0.4.1"
15281529
tinypool "^0.1.3"
15291530
tinyspy "^0.3.2"
1530-
vite "^2.9.9"
1531+
vite "^2.9.12"
15311532

15321533
w3c-hr-time@^1.0.2:
15331534
version "1.0.2"

0 commit comments

Comments
 (0)