diff --git a/frontend/package.json b/frontend/package.json index 449eba3d47..5614592c5e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,7 +98,7 @@ "vite-plugin-env-compatible": "^1.1.1", "vite-plugin-svgr": "2.1.0", "vite-tsconfig-paths": "^3.4.1", - "vitest": "0.10.5", + "vitest": "0.11.0", "whatwg-fetch": "^3.6.2" }, "jest": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index a2b52cc991..bbb638194d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3981,10 +3981,10 @@ vite@2.9.8, vite@^2.9.7: optionalDependencies: fsevents "~2.3.2" -vitest@0.10.5: - version "0.10.5" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.10.5.tgz#f2cd782a8f72889d4324a809101ada9e9f424a67" - integrity sha512-4qXdNbHwAd9YcsztJoVMWUQGcMATVlY9Xd95I3KQ2JJwDLTL97f/jgfGRotqptvNxdlmme5TBY0Gv+l6+JSYvA== +vitest@0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.11.0.tgz#d932e0b784c1b7f6f3cba67c499bee390daafa5b" + integrity sha512-QHhlmfBDseotUlHLQ7OTSKIDmpOt1Vqt5Djqsp5mOzmY9UNqwKkRs/Ys2Jy5rvRNfasVRbnw1MXQKdBPQYUIcw== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3"