Update dependency vitest to v0.25.1
This commit is contained in:
parent
9fb0366407
commit
728b97a8fd
|
@ -95,7 +95,7 @@
|
||||||
"vite": "3.2.3",
|
"vite": "3.2.3",
|
||||||
"vite-plugin-pwa": "0.13.3",
|
"vite-plugin-pwa": "0.13.3",
|
||||||
"vite-plugin-vue-inspector": "1.1.3",
|
"vite-plugin-vue-inspector": "1.1.3",
|
||||||
"vitest": "0.25.0",
|
"vitest": "0.25.1",
|
||||||
"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",
|
||||||
|
|
|
@ -5464,26 +5464,6 @@ vite@^3.0.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.25.0:
|
|
||||||
version "0.25.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.0.tgz#08750e869523265bff4dcb3c896c42f2ec6bd572"
|
|
||||||
integrity sha512-CVgBdKSeA27mowKC/C31Tx7ZBjRoyasq/yW7zoqUaCdKaOsjdzRUH5KgSL3eG36DzaaUsbnwWPUbAOtFz5k6tQ==
|
|
||||||
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.1:
|
vitest@0.25.1:
|
||||||
version "0.25.1"
|
version "0.25.1"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.1.tgz#4eafca68fabab22b6099451ab3fcaac33290a4ed"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.1.tgz#4eafca68fabab22b6099451ab3fcaac33290a4ed"
|
||||||
|
|
Loading…
Reference in New Issue