From 743902fa52f22a267afb814ef7e56f7d40f2043e Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 14 Jul 2022 12:43:24 +0000 Subject: [PATCH] chore(deps): update dependency vitest to v0.18.0 (#2139) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2139 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d6f939c7..30ab1b394 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "vite": "2.9.14", "vite-plugin-pwa": "0.12.3", "vite-svg-loader": "3.4.0", - "vitest": "0.17.0", + "vitest": "0.18.0", "vue-tsc": "0.38.5", "wait-on": "6.0.1", "workbox-cli": "6.5.3" diff --git a/yarn.lock b/yarn.lock index 52b838af6..ab7b0531e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12321,10 +12321,10 @@ vite@2.9.14: optionalDependencies: fsevents "~2.3.2" -vitest@0.17.0: - version "0.17.0" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.17.0.tgz#fc676db0e0dda7a8e22eb9f0176cb8fc6132c33d" - integrity sha512-5YO9ubHo0Zg35mea3+zZAr4sCku32C3usvIH5COeJB48TZV/R0J9aGNtGOOqEWZYfOKP0pGZUvTokne3x/QEFg== +vitest@0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.18.0.tgz#a9b59213ee6917e9da0797a2e1d7cb52b8f1b644" + integrity sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3"