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

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

This commit is contained in:
Renovate Bot 2022-06-05 16:57:10 +00:00 committed by sighphyre
parent 3a69fce4a0
commit 6dceedbd35
2 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@
"vite-plugin-env-compatible": "^1.1.1", "vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-svgr": "2.1.0", "vite-plugin-svgr": "2.1.0",
"vite-tsconfig-paths": "3.5.0", "vite-tsconfig-paths": "3.5.0",
"vitest": "0.13.1", "vitest": "0.14.0",
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
}, },
"jest": { "jest": {

View File

@ -6040,10 +6040,10 @@ vite@2.9.9, vite@^2.9.9:
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
vitest@0.13.1: vitest@0.14.0:
version "0.13.1" version "0.14.0"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.13.1.tgz#4b857c6ca0a9a1a2340dc8a1d9991b1f75934220" resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.14.0.tgz#8fe92608d5379972b8f5a2424187fc4a3e453cd5"
integrity sha512-CfSBf7YFw/i8HumSUQRtZKs0aV91DC9WU8nAgIJAlawKHaFuPHQohDwOTPIFgrxySiuFYUa0Yohf9gDFfBwjxA== integrity sha512-3Ns7c6TindS6OmweY4dU7sWT7g/YJBenwsMdUMEO/oS81bzoCEaA58vlg/9U1WRjrNFwQYsuyISehAvCKwoMZQ==
dependencies: dependencies:
"@types/chai" "^4.3.1" "@types/chai" "^4.3.1"
"@types/chai-subset" "^1.3.3" "@types/chai-subset" "^1.3.3"