Update dependency vitest to v0.24.5
This commit is contained in:
parent
e081b0d83e
commit
28e5cc6e4c
|
@ -95,7 +95,7 @@
|
||||||
"vite": "3.1.6",
|
"vite": "3.1.6",
|
||||||
"vite-plugin-pwa": "0.13.2",
|
"vite-plugin-pwa": "0.13.2",
|
||||||
"vite-plugin-vue-inspector": "1.1.3",
|
"vite-plugin-vue-inspector": "1.1.3",
|
||||||
"vitest": "0.24.0",
|
"vitest": "0.24.5",
|
||||||
"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",
|
||||||
|
|
|
@ -5148,7 +5148,7 @@ text-table@^0.2.0:
|
||||||
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
||||||
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
||||||
|
|
||||||
tinybench@^2.2.1, tinybench@^2.3.1:
|
tinybench@^2.3.1:
|
||||||
version "2.3.1"
|
version "2.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.1.tgz#14f64e6b77d7ef0b1f6ab850c7a808c6760b414d"
|
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.1.tgz#14f64e6b77d7ef0b1f6ab850c7a808c6760b414d"
|
||||||
integrity sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==
|
integrity sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==
|
||||||
|
@ -5439,23 +5439,6 @@ vite@^3.0.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.24.0:
|
|
||||||
version "0.24.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.0.tgz#61555b7b56e07f04a1692352de7d4803de0f5c88"
|
|
||||||
integrity sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==
|
|
||||||
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.2.1"
|
|
||||||
tinypool "^0.3.0"
|
|
||||||
tinyspy "^1.0.2"
|
|
||||||
vite "^3.0.0"
|
|
||||||
|
|
||||||
vitest@0.24.5:
|
vitest@0.24.5:
|
||||||
version "0.24.5"
|
version "0.24.5"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.5.tgz#ba23acdf4362e3299ca2a8a55afe3d2e7402b763"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.5.tgz#ba23acdf4362e3299ca2a8a55afe3d2e7402b763"
|
||||||
|
|
Loading…
Reference in New Issue