chore(deps): update dependency vitest to v0.1.13 (#1375)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1375 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
47b9878846
commit
8a97483dc2
2 changed files with 7 additions and 19 deletions
|
@ -89,7 +89,7 @@
|
|||
"vite": "2.7.12",
|
||||
"vite-plugin-pwa": "0.11.13",
|
||||
"vite-svg-loader": "3.1.2",
|
||||
"vitest": "0.1.12",
|
||||
"vitest": "0.1.13",
|
||||
"vue-tsc": "0.30.2",
|
||||
"wait-on": "6.0.0",
|
||||
"workbox-cli": "6.4.2"
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -12779,7 +12779,7 @@ vite-svg-loader@3.1.2:
|
|||
"@vue/compiler-sfc" "^3.2.20"
|
||||
svgo "^2.7.0"
|
||||
|
||||
vite@2.7.12:
|
||||
vite@2.7.12, vite@>=2.7.12:
|
||||
version "2.7.12"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.12.tgz#7784ab19e7ff98f6a192d2d7d877480a8c2b7e7d"
|
||||
integrity sha512-KvPYToRQWhRfBeVkyhkZ5hASuHQkqZUUdUcE3xyYtq5oYEPIJ0h9LWiWTO6v990glmSac2cEPeYeXzpX5Z6qKQ==
|
||||
|
@ -12791,22 +12791,10 @@ vite@2.7.12:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vite@>=2.7.10:
|
||||
version "2.7.10"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.10.tgz#d12c4c10e56a0ecf7890cb529c15996c6111218f"
|
||||
integrity sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==
|
||||
dependencies:
|
||||
esbuild "^0.13.12"
|
||||
postcss "^8.4.5"
|
||||
resolve "^1.20.0"
|
||||
rollup "^2.59.0"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.1.12:
|
||||
version "0.1.12"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.12.tgz#05ee77bc24e112228f3289d781ae9db131c0dfcf"
|
||||
integrity sha512-uiGDO1aKX2rUWtkR7iNedbtN3ij/qr4l1DwAbX5cIADUD7VBuFimaUrL8KyFw3eSxdA56xJyl8JpvSAsvvpN7w==
|
||||
vitest@0.1.13:
|
||||
version "0.1.13"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.13.tgz#4aac49987d43c08669bfa7b6f7abab12747a330b"
|
||||
integrity sha512-FFyfkQ0vL3egqY9HiDAR94vVsOAubKCx3Bvlhww5Q8EhAg8J1dYterOhCh6H91NviZUmbGvJ4bZ4prmR4EpXaA==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.0"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
|
@ -12814,7 +12802,7 @@ vitest@0.1.12:
|
|||
local-pkg "^0.4.1"
|
||||
tinypool "^0.1.1"
|
||||
tinyspy "^0.2.8"
|
||||
vite ">=2.7.10"
|
||||
vite ">=2.7.12"
|
||||
|
||||
void-elements@^3.1.0:
|
||||
version "3.1.0"
|
||||
|
|
Loading…
Reference in a new issue