chore(deps): update dependency vitest to v0.0.131
This commit is contained in:
parent
8114012997
commit
d8106dcb73
2 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@
|
||||||
"vite": "2.7.10",
|
"vite": "2.7.10",
|
||||||
"vite-plugin-pwa": "0.11.12",
|
"vite-plugin-pwa": "0.11.12",
|
||||||
"vite-svg-loader": "3.1.1",
|
"vite-svg-loader": "3.1.1",
|
||||||
"vitest": "^0.0.125",
|
"vitest": "0.0.131",
|
||||||
"vue-tsc": "0.30.2",
|
"vue-tsc": "0.30.2",
|
||||||
"wait-on": "6.0.0",
|
"wait-on": "6.0.0",
|
||||||
"workbox-cli": "6.4.2"
|
"workbox-cli": "6.4.2"
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -12250,10 +12250,10 @@ timed-out@^4.0.1:
|
||||||
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
|
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
|
||||||
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
|
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
|
||||||
|
|
||||||
tinypool@^0.0.6:
|
tinypool@^0.1.0:
|
||||||
version "0.0.6"
|
version "0.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.0.6.tgz#19ca10329e7f60dc9fff90128e3357e895840405"
|
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.0.tgz#a0023181f7a8c094453698fbc9d9bef4b3f1a263"
|
||||||
integrity sha512-E9vY6eq/Q7fUlSt69cY3y7qXNbVOFaxP+lAEDMKMObLrmO0MmEdUPyjOMgepoMDw/ps/sazl7WIQglnUrunnLg==
|
integrity sha512-eQXAsrzFBbd4kwSmxE0g64eo/l0St7iGmkRsJVKJ5awRHUyMeSHxMD9samPaWD6fCL+pufv37TEfVcnQdQXAeA==
|
||||||
|
|
||||||
tinyspy@^0.2.6:
|
tinyspy@^0.2.6:
|
||||||
version "0.2.6"
|
version "0.2.6"
|
||||||
|
@ -12841,16 +12841,16 @@ vite@2.7.10, vite@>=2.7.10:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@^0.0.125:
|
vitest@0.0.131:
|
||||||
version "0.0.125"
|
version "0.0.131"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.0.125.tgz#a2b7fc39b677983404de53858aa90df8799de2ef"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.0.131.tgz#3171856dfb4990075d7e5443a954ee06209b0eb3"
|
||||||
integrity sha512-gJc2avxoSiA83OtMFcXUymi4BoCFPw8/+/3FCT1IjBQvUHRfUDrf2tYTGcbkeoqIz39f6b0rkZ27eNocVkQifg==
|
integrity sha512-8az+/FUECnJTVsJxNJ6RHcy0FqWSlLlUq7prlz74OIWV6Lhh8zrjH2P+7J5uv0HLVgz92NMvWTPGQWk+90tXJQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.0"
|
"@types/chai" "^4.3.0"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
chai "^4.3.4"
|
chai "^4.3.4"
|
||||||
local-pkg "^0.4.0"
|
local-pkg "^0.4.0"
|
||||||
tinypool "^0.0.6"
|
tinypool "^0.1.0"
|
||||||
tinyspy "^0.2.6"
|
tinyspy "^0.2.6"
|
||||||
vite ">=2.7.10"
|
vite ">=2.7.10"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue