chore(deps): update dependency vitest to v0.1.21 (#1400)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1400 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
ca938b8615
commit
4a290214c0
2 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@
|
||||||
"vite": "2.7.12",
|
"vite": "2.7.12",
|
||||||
"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.1.20",
|
"vitest": "0.1.21",
|
||||||
"vue-tsc": "0.30.5",
|
"vue-tsc": "0.30.5",
|
||||||
"wait-on": "6.0.0",
|
"wait-on": "6.0.0",
|
||||||
"workbox-cli": "6.4.2"
|
"workbox-cli": "6.4.2"
|
||||||
|
|
|
@ -12784,10 +12784,10 @@ vite@2.7.12, vite@>=2.7.12:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.1.20:
|
vitest@0.1.21:
|
||||||
version "0.1.20"
|
version "0.1.21"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.20.tgz#8af378bcaa9893d658bb6a1c93676a1c80f190d0"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.21.tgz#72cb4ec5e93daafecc67bf46c23a1a48cf18cf12"
|
||||||
integrity sha512-UhbBDhQOVNHapOI+OcyEtryRWFmTTy3zSiyMZYtsrGuS+ARiGz/pDlHJdS1CK7ef3/5oyYd0jzsVcqVowd7Img==
|
integrity sha512-dtVFqZS0LJ30hD4KgGVYUAm/gHjE1sURI/EgUFVLjTAH1DZqFWPwz6OPAXM1lOppf1JwoGJ8TGkdEXgjsYSZkw==
|
||||||
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