chore(deps): update dependency vitest to v0.13.1 (#1914)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1914 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
836a064c0a
commit
8aaa17cdbf
2 changed files with 8 additions and 19 deletions
|
@ -88,7 +88,7 @@
|
||||||
"vite": "2.9.9",
|
"vite": "2.9.9",
|
||||||
"vite-plugin-pwa": "0.12.0",
|
"vite-plugin-pwa": "0.12.0",
|
||||||
"vite-svg-loader": "3.3.0",
|
"vite-svg-loader": "3.3.0",
|
||||||
"vitest": "0.10.5",
|
"vitest": "0.13.1",
|
||||||
"vue-tsc": "0.35.2",
|
"vue-tsc": "0.35.2",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.3"
|
"workbox-cli": "6.5.3"
|
||||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -12497,7 +12497,7 @@ vite-svg-loader@3.3.0:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
||||||
vite@2.9.9:
|
vite@2.9.9, vite@^2.9.9:
|
||||||
version "2.9.9"
|
version "2.9.9"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
|
||||||
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
|
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
|
||||||
|
@ -12509,30 +12509,19 @@ vite@2.9.9:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vite@^2.9.7:
|
vitest@0.13.1:
|
||||||
version "2.9.8"
|
version "0.13.1"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.8.tgz#2c2cb0790beb0fbe4b8c0995b80fe691a91c2545"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.13.1.tgz#4b857c6ca0a9a1a2340dc8a1d9991b1f75934220"
|
||||||
integrity sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==
|
integrity sha512-CfSBf7YFw/i8HumSUQRtZKs0aV91DC9WU8nAgIJAlawKHaFuPHQohDwOTPIFgrxySiuFYUa0Yohf9gDFfBwjxA==
|
||||||
dependencies:
|
|
||||||
esbuild "^0.14.27"
|
|
||||||
postcss "^8.4.13"
|
|
||||||
resolve "^1.22.0"
|
|
||||||
rollup "^2.59.0"
|
|
||||||
optionalDependencies:
|
|
||||||
fsevents "~2.3.2"
|
|
||||||
|
|
||||||
vitest@0.10.5:
|
|
||||||
version "0.10.5"
|
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.5.tgz#f2cd782a8f72889d4324a809101ada9e9f424a67"
|
|
||||||
integrity sha512-4qXdNbHwAd9YcsztJoVMWUQGcMATVlY9Xd95I3KQ2JJwDLTL97f/jgfGRotqptvNxdlmme5TBY0Gv+l6+JSYvA==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.1"
|
"@types/chai" "^4.3.1"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
chai "^4.3.6"
|
chai "^4.3.6"
|
||||||
|
debug "^4.3.4"
|
||||||
local-pkg "^0.4.1"
|
local-pkg "^0.4.1"
|
||||||
tinypool "^0.1.3"
|
tinypool "^0.1.3"
|
||||||
tinyspy "^0.3.2"
|
tinyspy "^0.3.2"
|
||||||
vite "^2.9.7"
|
vite "^2.9.9"
|
||||||
|
|
||||||
vue-advanced-cropper@2.8.1:
|
vue-advanced-cropper@2.8.1:
|
||||||
version "2.8.1"
|
version "2.8.1"
|
||||||
|
|
Loading…
Reference in a new issue