1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

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

This commit is contained in:
renovate[bot] 2022-06-28 16:31:39 +00:00
parent 75b3107808
commit 7d1c23717f
2 changed files with 15 additions and 15 deletions

View File

@ -99,7 +99,7 @@
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-svgr": "2.2.0",
"vite-tsconfig-paths": "3.5.0",
"vitest": "0.15.1",
"vitest": "0.16.0",
"whatwg-fetch": "^3.6.2"
},
"jest": {

View File

@ -5816,15 +5816,15 @@ through@^2.3.6, through@^2.3.8:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
tinypool@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.3.tgz#b5570b364a1775fd403de5e7660b325308fee26b"
integrity sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==
tinypool@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.2.1.tgz#7c3347514de36113f224212590de17f04fdf0078"
integrity sha512-HFU5ZYVq3wBfhSaf8qdqGsneaqXm0FgJQpoUlJbVdHpRLzm77IneKAD3RjzJWZvIv0YpPB9S7LUW53f6BE6ZSg==
tinyspy@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.2.tgz#2f95cb14c38089ca690385f339781cd35faae566"
integrity sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==
tinyspy@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.3.tgz#8b57f8aec7fe1bf583a3a49cb9ab30c742f69237"
integrity sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==
tmp@^0.0.33:
version "0.0.33"
@ -6118,10 +6118,10 @@ vite@^2.9.12:
optionalDependencies:
fsevents "~2.3.2"
vitest@0.15.1:
version "0.15.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.15.1.tgz#8bdb42544261fa95afe8ea10bae3f315ca7e4c74"
integrity sha512-NaNFi93JKSuvV4YGnfQ0l0GKYxH0EsLcTrrXaCzd6qfVEZM/RJpjwSevg6waNFqu2DyN6e0aHHdrCZW5/vh5NA==
vitest@0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.16.0.tgz#6858a864b25850d28252bc480b0c89014ff48ce8"
integrity sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==
dependencies:
"@types/chai" "^4.3.1"
"@types/chai-subset" "^1.3.3"
@ -6129,8 +6129,8 @@ vitest@0.15.1:
chai "^4.3.6"
debug "^4.3.4"
local-pkg "^0.4.1"
tinypool "^0.1.3"
tinyspy "^0.3.2"
tinypool "^0.2.1"
tinyspy "^0.3.3"
vite "^2.9.12"
w3c-hr-time@^1.0.2: