Update dependency vitest to v0.25.2
This commit is contained in:
parent
520642e801
commit
bdb2496bdd
|
@ -95,7 +95,7 @@
|
||||||
"vite": "3.2.4",
|
"vite": "3.2.4",
|
||||||
"vite-plugin-pwa": "0.13.3",
|
"vite-plugin-pwa": "0.13.3",
|
||||||
"vite-plugin-vue-inspector": "1.1.4",
|
"vite-plugin-vue-inspector": "1.1.4",
|
||||||
"vitest": "0.25.1",
|
"vitest": "0.25.2",
|
||||||
"vue-tsc": "1.0.9",
|
"vue-tsc": "1.0.9",
|
||||||
"workbox-core": "6.5.4",
|
"workbox-core": "6.5.4",
|
||||||
"workbox-precaching": "6.5.4",
|
"workbox-precaching": "6.5.4",
|
||||||
|
|
|
@ -5429,26 +5429,6 @@ vite@3.2.4, vite@^3.0.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.25.1:
|
|
||||||
version "0.25.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.1.tgz#4eafca68fabab22b6099451ab3fcaac33290a4ed"
|
|
||||||
integrity sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==
|
|
||||||
dependencies:
|
|
||||||
"@types/chai" "^4.3.3"
|
|
||||||
"@types/chai-subset" "^1.3.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
acorn "^8.8.0"
|
|
||||||
acorn-walk "^8.2.0"
|
|
||||||
chai "^4.3.6"
|
|
||||||
debug "^4.3.4"
|
|
||||||
local-pkg "^0.4.2"
|
|
||||||
source-map "^0.6.1"
|
|
||||||
strip-literal "^0.4.2"
|
|
||||||
tinybench "^2.3.1"
|
|
||||||
tinypool "^0.3.0"
|
|
||||||
tinyspy "^1.0.2"
|
|
||||||
vite "^3.0.0"
|
|
||||||
|
|
||||||
vitest@0.25.2:
|
vitest@0.25.2:
|
||||||
version "0.25.2"
|
version "0.25.2"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2.tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2.tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc"
|
||||||
|
|
Loading…
Reference in New Issue