chore(deps): update dependency vitest to v0.22.0 (#2265)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2265 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
3ab58a015c
commit
89c67c9726
2 changed files with 5 additions and 5 deletions
|
@ -91,7 +91,7 @@
|
||||||
"vite": "3.0.7",
|
"vite": "3.0.7",
|
||||||
"vite-plugin-pwa": "0.12.3",
|
"vite-plugin-pwa": "0.12.3",
|
||||||
"vite-svg-loader": "3.4.0",
|
"vite-svg-loader": "3.4.0",
|
||||||
"vitest": "0.21.1",
|
"vitest": "0.22.0",
|
||||||
"vue-tsc": "0.40.1",
|
"vue-tsc": "0.40.1",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.4"
|
"workbox-cli": "6.5.4"
|
||||||
|
|
|
@ -12607,10 +12607,10 @@ vite@3.0.7:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.21.1:
|
vitest@0.22.0:
|
||||||
version "0.21.1"
|
version "0.22.0"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.21.1.tgz#b4f5b901c9a23a3aaec76d3404f3072821d93d00"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.22.0.tgz#175622a04af77c48967da3b798d53420ad463670"
|
||||||
integrity sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==
|
integrity sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.3"
|
"@types/chai" "^4.3.3"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
|
|
Loading…
Reference in a new issue