chore(deps): update dependency vitest to v0.5.1 (#1596)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1596 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
b512f4a6b8
commit
29675670c4
2 changed files with 7 additions and 19 deletions
|
@ -87,7 +87,7 @@
|
||||||
"vite": "2.8.4",
|
"vite": "2.8.4",
|
||||||
"vite-plugin-pwa": "0.11.13",
|
"vite-plugin-pwa": "0.11.13",
|
||||||
"vite-svg-loader": "3.1.2",
|
"vite-svg-loader": "3.1.2",
|
||||||
"vitest": "0.5.0",
|
"vitest": "0.5.1",
|
||||||
"vue-tsc": "0.31.4",
|
"vue-tsc": "0.31.4",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.4.2"
|
"workbox-cli": "6.4.2"
|
||||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -13397,7 +13397,7 @@ vite-svg-loader@3.1.2:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
||||||
vite@2.8.4:
|
vite@2.8.4, vite@^2.7.10:
|
||||||
version "2.8.4"
|
version "2.8.4"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.4.tgz#4e52a534289b7b4e94e646df2fc5556ceaa7336b"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.4.tgz#4e52a534289b7b4e94e646df2fc5556ceaa7336b"
|
||||||
integrity sha512-GwtOkkaT2LDI82uWZKcrpRQxP5tymLnC7hVHHqNkhFNknYr0hJUlDLfhVRgngJvAy3RwypkDCWtTKn1BjO96Dw==
|
integrity sha512-GwtOkkaT2LDI82uWZKcrpRQxP5tymLnC7hVHHqNkhFNknYr0hJUlDLfhVRgngJvAy3RwypkDCWtTKn1BjO96Dw==
|
||||||
|
@ -13409,22 +13409,10 @@ vite@2.8.4:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vite@^2.8.2:
|
vitest@0.5.1:
|
||||||
version "2.8.3"
|
version "0.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.3.tgz#bb9b7f1f1446d2e538e81026f48d2fe9f1926963"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.5.1.tgz#279554496f2618cdb022084d4f39065f890f602a"
|
||||||
integrity sha512-967klrEiG7HEsN7fQYYVETs5495Iu6GpI7YyxoO5yVTJCRxjV8HhWgNWKgrbazjoOB9DQuztL53/nUoNqHNsWg==
|
integrity sha512-s1iP3QYf4J7pHmOd2rRRrG+06XX6uBXmnqqbhyd7cZUj+pmR4gwbF8K1+V6I2SqM4/jRBbcxJMt6xoNjgD2I1Q==
|
||||||
dependencies:
|
|
||||||
esbuild "^0.14.14"
|
|
||||||
postcss "^8.4.6"
|
|
||||||
resolve "^1.22.0"
|
|
||||||
rollup "^2.59.0"
|
|
||||||
optionalDependencies:
|
|
||||||
fsevents "~2.3.2"
|
|
||||||
|
|
||||||
vitest@0.5.0:
|
|
||||||
version "0.5.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.5.0.tgz#13e8574b605b0a7c9f33f66c2a71c23d881426e4"
|
|
||||||
integrity sha512-vgEej0Tl0VHztDKFQlC8wItPoszUMjac9rgHyw2uIZv9DK+4NMckxfnvhBHOvsnZXxWHOvk2sXmy80e95c820A==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.0"
|
"@types/chai" "^4.3.0"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
|
@ -13432,7 +13420,7 @@ vitest@0.5.0:
|
||||||
local-pkg "^0.4.1"
|
local-pkg "^0.4.1"
|
||||||
tinypool "^0.1.2"
|
tinypool "^0.1.2"
|
||||||
tinyspy "^0.3.0"
|
tinyspy "^0.3.0"
|
||||||
vite "^2.8.2"
|
vite "^2.7.10"
|
||||||
|
|
||||||
void-elements@^3.1.0:
|
void-elements@^3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
|
|
Loading…
Reference in a new issue