From cb9c9c2262c3c4b2274727fbc1793b374788fe50 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 14 Jul 2022 11:02:39 +0000 Subject: [PATCH] chore(deps): update dependency vitest to v0.18.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7719aa899..08ad1d295 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "vite": "2.9.13", "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 8af720f44..72229e67f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12316,10 +12316,10 @@ vite@2.9.13, "vite@^2.9.12 || ^3.0.0-0": 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" -- 2.40.1