1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00

chore(deps): update dependency vitest to v0.11.0

This commit is contained in:
Renovate Bot 2022-05-07 23:31:26 +00:00 committed by renovate[bot]
parent 016547232b
commit 4bbfabfdc7
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -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"