chore(deps): update dependency vitest to v0.2.5 (#1456)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #1456
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2022-01-28 14:02:34 +00:00 committed by konrad
parent ab5d768895
commit 3ff4f3516f
2 changed files with 10 additions and 10 deletions

View File

@ -89,7 +89,7 @@
"vite": "2.7.13",
"vite-plugin-pwa": "0.11.13",
"vite-svg-loader": "3.1.2",
"vitest": "0.2.4",
"vitest": "0.2.5",
"vue-tsc": "0.31.1",
"wait-on": "6.0.0",
"workbox-cli": "6.4.2"

View File

@ -12271,10 +12271,10 @@ tinypool@^0.1.1:
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.1.tgz#99eaf29d030feeca2da6c1d6b33f90fc18093bc7"
integrity sha512-sW2fQZ2BRb/GX5v55NkHiTrbMLx0eX0xNpP+VGhOe2f7Oo04+LeClDyM19zCE/WCy7jJ8kzIJ0Ojrxj3UhN9Sg==
tinyspy@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.2.8.tgz#b821b3d43a7d5ae47bc575a5d8627e84fdf4e809"
integrity sha512-4VXqQzzh9gC5uOLk77cLr9R3wqJq07xJlgM9IUdCNJCet139r+046ETKbU1x7mGs7B0k7eopyH5U6yflbBXNyA==
tinyspy@^0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.2.10.tgz#7f684504bda345620f7a6a8462c618ef3d055517"
integrity sha512-Qij6rGWCDjWIejxCXXVi6bNgvrYBp3PbqC4cBP/0fD6WHDOHCw09Zd13CsxrDqSR5PFq01WeqDws8t5lz5sH0A==
tmp-promise@^3.0.2:
version "3.0.3"
@ -12857,17 +12857,17 @@ vite@2.7.13, vite@>=2.7.13:
optionalDependencies:
fsevents "~2.3.2"
vitest@0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.2.4.tgz#335f4ac2444f636240ad70fe0c808bd26fcc1ac8"
integrity sha512-QZHT00/6yOMPPGpSxcidgdMrx8xpwPaxt0icQfuhe/c1bTB4Es7THE9c+7HTpAiytlaCty2zSomSiP6Gcnl50Q==
vitest@0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.2.5.tgz#6dec59ee7153fe5667be67acf18dbd241f939033"
integrity sha512-QruEhsNxy8ycLxYG9rrGUfHZzJ8A6YvA9ULZ4w/ecvm0Zejm1nxUar/XkRWkL2xzrqA5AjmfqDSQZ8q2bFbA0Q==
dependencies:
"@types/chai" "^4.3.0"
"@types/chai-subset" "^1.3.3"
chai "^4.3.6"
local-pkg "^0.4.1"
tinypool "^0.1.1"
tinyspy "^0.2.8"
tinyspy "^0.2.10"
vite ">=2.7.13"
void-elements@^3.1.0: