chore(deps): update dependency vitest to v0.7.6 (#1698)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1698 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
574b000b19
commit
5e6bce8b7e
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.4",
|
"vitest": "0.7.6",
|
||||||
"vue-tsc": "0.33.2",
|
"vue-tsc": "0.33.2",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.1"
|
"workbox-cli": "6.5.1"
|
||||||
|
|
|
@ -13332,10 +13332,10 @@ vite@^2.7.10:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.7.4:
|
vitest@0.7.6:
|
||||||
version "0.7.4"
|
version "0.7.6"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.7.4.tgz#5a1c77506a53be83028f033bb0d855ad7a7c60f1"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.7.6.tgz#f4199ff621333084bbe483b52cc5de1286f110ae"
|
||||||
integrity sha512-6kyJ/YZJFVj/zEVVHFyvLvAZlbg05yAyJrk7oP+FOCFanGRYK7bBEz4qsIpNHxX+dlf5vRkbBDjpdXzGL7udeA==
|
integrity sha512-fqk0cn0I2BUpzwLfeZ725JeXJ7WGwDtVcVBksQ6SdyjrBi6aex8t3w70TWgyLOXgylS7FJ8C9DRap4MMgpkqYw==
|
||||||
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