chore(deps): update dependency vitest to v0.7.10 (#1714)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1714 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
188eb02e07
commit
25ca3e5eaf
2 changed files with 5 additions and 5 deletions
|
@ -87,7 +87,7 @@
|
||||||
"vite": "2.8.6",
|
"vite": "2.8.6",
|
||||||
"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.7.8",
|
"vitest": "0.7.10",
|
||||||
"vue-tsc": "0.33.7",
|
"vue-tsc": "0.33.7",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.1"
|
"workbox-cli": "6.5.1"
|
||||||
|
|
|
@ -13256,10 +13256,10 @@ vite@2.8.6, vite@^2.8.6:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.7.8:
|
vitest@0.7.10:
|
||||||
version "0.7.8"
|
version "0.7.10"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.7.8.tgz#aee5c9a88ad3a17f369053e08d6712a2d186bea9"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.7.10.tgz#cdc28f27b9e0053360a24198d3662e149cbdbae8"
|
||||||
integrity sha512-Zw13DMFqe5SEJmqoSMvJgUHmy2YHxpwKJYQgzp+n0/AXH10eQ02j6EVhyHBOhVQl36CxqQFP6UDpocgLVsopzA==
|
integrity sha512-We5a7cnY2aUpX4tAO+w2KRhJiJ4FznfWjYKkqWoAqs4x4pKgyRsMJNZ7OSY/lFHOoRz3yv0mgwfVlZiRc0/mmA==
|
||||||
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