Update dependency vitest to v0.25.0
This commit is contained in:
parent
dc50241b0e
commit
2a3a85508a
|
@ -95,7 +95,7 @@
|
|||
"vite": "3.2.3",
|
||||
"vite-plugin-pwa": "0.13.3",
|
||||
"vite-plugin-vue-inspector": "1.1.3",
|
||||
"vitest": "0.24.5",
|
||||
"vitest": "0.25.0",
|
||||
"vue-tsc": "1.0.9",
|
||||
"workbox-core": "6.5.4",
|
||||
"workbox-precaching": "6.5.4",
|
||||
|
|
|
@ -5457,23 +5457,6 @@ vite@^3.0.0:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.24.5:
|
||||
version "0.24.5"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.5.tgz#ba23acdf4362e3299ca2a8a55afe3d2e7402b763"
|
||||
integrity sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.3"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
"@types/node" "*"
|
||||
chai "^4.3.6"
|
||||
debug "^4.3.4"
|
||||
local-pkg "^0.4.2"
|
||||
strip-literal "^0.4.2"
|
||||
tinybench "^2.3.1"
|
||||
tinypool "^0.3.0"
|
||||
tinyspy "^1.0.2"
|
||||
vite "^3.0.0"
|
||||
|
||||
vitest@0.25.0:
|
||||
version "0.25.0"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.0.tgz#08750e869523265bff4dcb3c896c42f2ec6bd572"
|
||||
|
|
Loading…
Reference in New Issue