chore(deps): update dependency vite to v2.9.10 (#2027)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2027 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
0e1def72fa
commit
6c43ee9da7
2 changed files with 14 additions and 2 deletions
|
@ -85,7 +85,7 @@
|
||||||
"rollup-plugin-visualizer": "5.6.0",
|
"rollup-plugin-visualizer": "5.6.0",
|
||||||
"sass": "1.52.2",
|
"sass": "1.52.2",
|
||||||
"typescript": "4.7.2",
|
"typescript": "4.7.2",
|
||||||
"vite": "2.9.9",
|
"vite": "2.9.10",
|
||||||
"vite-plugin-pwa": "0.12.0",
|
"vite-plugin-pwa": "0.12.0",
|
||||||
"vite-svg-loader": "3.3.0",
|
"vite-svg-loader": "3.3.0",
|
||||||
"vitest": "0.14.1",
|
"vitest": "0.14.1",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -12588,7 +12588,19 @@ vite-svg-loader@3.3.0:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
||||||
vite@2.9.9, vite@^2.9.9:
|
vite@2.9.10:
|
||||||
|
version "2.9.10"
|
||||||
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.10.tgz#f574d96655622c2e0fbc662edd0ed199c60fe91a"
|
||||||
|
integrity sha512-TwZRuSMYjpTurLqXspct+HZE7ONiW9d+wSWgvADGxhDPPyoIcNywY+RX4ng+QpK30DCa1l/oZgi2PLZDibhzbQ==
|
||||||
|
dependencies:
|
||||||
|
esbuild "^0.14.27"
|
||||||
|
postcss "^8.4.13"
|
||||||
|
resolve "^1.22.0"
|
||||||
|
rollup "^2.59.0"
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
|
vite@^2.9.9:
|
||||||
version "2.9.9"
|
version "2.9.9"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
|
||||||
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
|
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
|
||||||
|
|
Loading…
Reference in a new issue