chore(deps): update dependency vite to v2.8.5 (#1623)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1623 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
7be75c998c
commit
ae51c44a5e
2 changed files with 14 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
||||||
"rollup-plugin-visualizer": "5.6.0",
|
"rollup-plugin-visualizer": "5.6.0",
|
||||||
"sass": "1.49.9",
|
"sass": "1.49.9",
|
||||||
"typescript": "4.5.5",
|
"typescript": "4.5.5",
|
||||||
"vite": "2.8.4",
|
"vite": "2.8.5",
|
||||||
"vite-plugin-pwa": "0.11.13",
|
"vite-plugin-pwa": "0.11.13",
|
||||||
"vite-svg-loader": "3.1.2",
|
"vite-svg-loader": "3.1.2",
|
||||||
"vitest": "0.5.8",
|
"vitest": "0.5.8",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -13411,7 +13411,19 @@ vite-svg-loader@3.1.2:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
||||||
vite@2.8.4, vite@^2.7.10:
|
vite@2.8.5:
|
||||||
|
version "2.8.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.5.tgz#afa23aacea91c0ebe77754a807bf74953cafa331"
|
||||||
|
integrity sha512-C/7EGNa1ugWejol6nOcd/0d8PR70Nzd+XXwsPbnNOfzZw0NN2xyXfmw/GNDHgr5fcaTSO4gjxCJCrwNhQUMhmA==
|
||||||
|
dependencies:
|
||||||
|
esbuild "^0.14.14"
|
||||||
|
postcss "^8.4.6"
|
||||||
|
resolve "^1.22.0"
|
||||||
|
rollup "^2.59.0"
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
|
vite@^2.7.10:
|
||||||
version "2.8.4"
|
version "2.8.4"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.4.tgz#4e52a534289b7b4e94e646df2fc5556ceaa7336b"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.4.tgz#4e52a534289b7b4e94e646df2fc5556ceaa7336b"
|
||||||
integrity sha512-GwtOkkaT2LDI82uWZKcrpRQxP5tymLnC7hVHHqNkhFNknYr0hJUlDLfhVRgngJvAy3RwypkDCWtTKn1BjO96Dw==
|
integrity sha512-GwtOkkaT2LDI82uWZKcrpRQxP5tymLnC7hVHHqNkhFNknYr0hJUlDLfhVRgngJvAy3RwypkDCWtTKn1BjO96Dw==
|
||||||
|
|
Loading…
Reference in a new issue