chore(deps): update dependency vitest to v0.5.3 (#1599)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1599 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
3aec819e46
commit
7e787fd99d
2 changed files with 5 additions and 5 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.1",
|
"vitest": "0.5.3",
|
||||||
"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"
|
||||||
|
|
|
@ -13409,10 +13409,10 @@ vite@2.8.4, vite@^2.7.10:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.5.1:
|
vitest@0.5.3:
|
||||||
version "0.5.1"
|
version "0.5.3"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.5.1.tgz#279554496f2618cdb022084d4f39065f890f602a"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.5.3.tgz#8bd9894aaf026a59b3312cfdb4fe44ad444a41fc"
|
||||||
integrity sha512-s1iP3QYf4J7pHmOd2rRRrG+06XX6uBXmnqqbhyd7cZUj+pmR4gwbF8K1+V6I2SqM4/jRBbcxJMt6xoNjgD2I1Q==
|
integrity sha512-tAV96lEUvycgiqsQKoQRjzXwDg+ae/R2jBLtt6MnFywOXbC9wYl+nRT9qT+d/+Mlw2B4dvVa9zuekY3emdcXJA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.0"
|
"@types/chai" "^4.3.0"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
|
|
Loading…
Reference in a new issue