chore(deps): update dependency vitest to v0.10.2 (#1893)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1893 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
2c4245b7cb
commit
cf6b9bd373
2 changed files with 5 additions and 5 deletions
|
@ -89,7 +89,7 @@
|
||||||
"vite": "2.9.7",
|
"vite": "2.9.7",
|
||||||
"vite-plugin-pwa": "0.12.0",
|
"vite-plugin-pwa": "0.12.0",
|
||||||
"vite-svg-loader": "3.3.0",
|
"vite-svg-loader": "3.3.0",
|
||||||
"vitest": "0.10.1",
|
"vitest": "0.10.2",
|
||||||
"vue-tsc": "0.34.11",
|
"vue-tsc": "0.34.11",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
"workbox-cli": "6.5.3"
|
"workbox-cli": "6.5.3"
|
||||||
|
|
|
@ -12353,10 +12353,10 @@ vite@^2.9.5:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
vitest@0.10.1:
|
vitest@0.10.2:
|
||||||
version "0.10.1"
|
version "0.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.1.tgz#974ea084dd7550cd3465f926b3a085fe06761332"
|
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.2.tgz#d8e9375bb0fca3c8555e2c00488c4f5a94b870b8"
|
||||||
integrity sha512-jFNObjJ48WnfJzxpopJOrd7ZnRCE3OGgE2KSQ1AGmKxNPTgadMCLx81GBrIcxIjuz2E/8qmGBPtC5VH01ihl7A==
|
integrity sha512-41D+nhswCco5vy1NXmpAjZX11Aj+HMnyhjWQD12piwHibf4bvdTGtni56UcFWcvONVoIForgDuLrKSohHJjwQA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/chai" "^4.3.1"
|
"@types/chai" "^4.3.1"
|
||||||
"@types/chai-subset" "^1.3.3"
|
"@types/chai-subset" "^1.3.3"
|
||||||
|
|
Loading…
Reference in a new issue