chore(deps): update dependency vitest to v0.17.0
This commit is contained in:
parent
5073944bfb
commit
0bf4cdd268
2 changed files with 7 additions and 19 deletions
|
@ -87,7 +87,7 @@
|
|||
"vite": "2.9.13",
|
||||
"vite-plugin-pwa": "0.12.2",
|
||||
"vite-svg-loader": "3.4.0",
|
||||
"vitest": "0.16.0",
|
||||
"vitest": "0.17.0",
|
||||
"vue-tsc": "0.38.2",
|
||||
"wait-on": "6.0.1",
|
||||
"workbox-cli": "6.5.3"
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -12518,7 +12518,7 @@ vite-svg-loader@3.4.0:
|
|||
"@vue/compiler-sfc" "^3.2.20"
|
||||
svgo "^2.7.0"
|
||||
|
||||
vite@2.9.13:
|
||||
vite@2.9.13, "vite@^2.9.12 || ^3.0.0-0":
|
||||
version "2.9.13"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc"
|
||||
integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==
|
||||
|
@ -12530,22 +12530,10 @@ vite@2.9.13:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vite@^2.9.12:
|
||||
version "2.9.12"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.12.tgz#b1d636b0a8ac636afe9d83e3792d4895509a941b"
|
||||
integrity sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==
|
||||
dependencies:
|
||||
esbuild "^0.14.27"
|
||||
postcss "^8.4.13"
|
||||
resolve "^1.22.0"
|
||||
rollup "^2.59.0"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.16.0:
|
||||
version "0.16.0"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.16.0.tgz#6858a864b25850d28252bc480b0c89014ff48ce8"
|
||||
integrity sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==
|
||||
vitest@0.17.0:
|
||||
version "0.17.0"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.17.0.tgz#fc676db0e0dda7a8e22eb9f0176cb8fc6132c33d"
|
||||
integrity sha512-5YO9ubHo0Zg35mea3+zZAr4sCku32C3usvIH5COeJB48TZV/R0J9aGNtGOOqEWZYfOKP0pGZUvTokne3x/QEFg==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.1"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
|
@ -12555,7 +12543,7 @@ vitest@0.16.0:
|
|||
local-pkg "^0.4.1"
|
||||
tinypool "^0.2.1"
|
||||
tinyspy "^0.3.3"
|
||||
vite "^2.9.12"
|
||||
vite "^2.9.12 || ^3.0.0-0"
|
||||
|
||||
vue-advanced-cropper@2.8.3:
|
||||
version "2.8.3"
|
||||
|
|
Loading…
Reference in a new issue