chore(deps): update dependency vitest to v0.1.23 (#1405)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1405 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
02c551fdbc
commit
5661b352c0
2 changed files with 7 additions and 19 deletions
|
@ -89,7 +89,7 @@
|
|||
"vite": "2.7.13",
|
||||
"vite-plugin-pwa": "0.11.13",
|
||||
"vite-svg-loader": "3.1.2",
|
||||
"vitest": "0.1.21",
|
||||
"vitest": "0.1.23",
|
||||
"vue-tsc": "0.30.6",
|
||||
"wait-on": "6.0.0",
|
||||
"workbox-cli": "6.4.2"
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -12743,7 +12743,7 @@ vite-svg-loader@3.1.2:
|
|||
"@vue/compiler-sfc" "^3.2.20"
|
||||
svgo "^2.7.0"
|
||||
|
||||
vite@2.7.13:
|
||||
vite@2.7.13, vite@>=2.7.13:
|
||||
version "2.7.13"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.13.tgz#99b56e27dfb1e4399e407cf94648f5c7fb9d77f5"
|
||||
integrity sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==
|
||||
|
@ -12755,22 +12755,10 @@ vite@2.7.13:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vite@>=2.7.12:
|
||||
version "2.7.12"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.12.tgz#7784ab19e7ff98f6a192d2d7d877480a8c2b7e7d"
|
||||
integrity sha512-KvPYToRQWhRfBeVkyhkZ5hASuHQkqZUUdUcE3xyYtq5oYEPIJ0h9LWiWTO6v990glmSac2cEPeYeXzpX5Z6qKQ==
|
||||
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.21:
|
||||
version "0.1.21"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.21.tgz#72cb4ec5e93daafecc67bf46c23a1a48cf18cf12"
|
||||
integrity sha512-dtVFqZS0LJ30hD4KgGVYUAm/gHjE1sURI/EgUFVLjTAH1DZqFWPwz6OPAXM1lOppf1JwoGJ8TGkdEXgjsYSZkw==
|
||||
vitest@0.1.23:
|
||||
version "0.1.23"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.23.tgz#7d067f8dbdf48b33941fa5cd5db1a29615d88b08"
|
||||
integrity sha512-Aq/hPNlyMPWqrkSuTzyvUOLcifnXY0IoVnqmhOhUJLEyNVvnPofsThe9r7M7jAkJu/EpqNZwPdOD2HFyZ5biIA==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.0"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
|
@ -12778,7 +12766,7 @@ vitest@0.1.21:
|
|||
local-pkg "^0.4.1"
|
||||
tinypool "^0.1.1"
|
||||
tinyspy "^0.2.8"
|
||||
vite ">=2.7.12"
|
||||
vite ">=2.7.13"
|
||||
|
||||
void-elements@^3.1.0:
|
||||
version "3.1.0"
|
||||
|
|
Loading…
Reference in a new issue