Skip to content

Commit 2230f33

Browse files
committed
chore(deps): update devdependency vitest to ^0.15.0
1 parent cd80cf8 commit 2230f33

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"nuxt": "^3.0.0-rc.4",
102102
"rehype-figure": "^1.0.1",
103103
"remark-oembed": "^1.2.2",
104-
"vitest": "^0.14.2"
104+
"vitest": "^0.15.0"
105105
}
106106
}

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7875,19 +7875,20 @@ vite@^2.9.9:
78757875
optionalDependencies:
78767876
fsevents "~2.3.2"
78777877

7878-
vitest@^0.14.2:
7879-
version "0.14.2"
7880-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.14.2.tgz#ac07b46d3cd3b5667d2bb803962f759a1b8f3f89"
7881-
integrity sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA==
7878+
vitest@^0.15.0:
7879+
version "0.15.0"
7880+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.15.0.tgz#c59d5283bc34a7780ba8eccd230edaa1ebaf04ef"
7881+
integrity sha512-ofXZ8tBYAkVJpTpkaGruBh9nG6lO9cs04IdFpneDblCwBpncnlpEgZvlF3XWF4lSsklPe9le4MO8+j90DnsX+g==
78827882
dependencies:
78837883
"@types/chai" "^4.3.1"
78847884
"@types/chai-subset" "^1.3.3"
7885+
"@types/node" "*"
78857886
chai "^4.3.6"
78867887
debug "^4.3.4"
78877888
local-pkg "^0.4.1"
78887889
tinypool "^0.1.3"
78897890
tinyspy "^0.3.2"
7890-
vite "^2.9.9"
7891+
vite "^2.9.12"
78917892

78927893
78937894
version "6.0.0"

0 commit comments

Comments
 (0)