Update dependency vite to v2.5.5 (#709)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/709 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
33926a2d11
commit
4f305b28fd
2 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
||||||
"sass": "1.39.0",
|
"sass": "1.39.0",
|
||||||
"ts-jest": "27.0.5",
|
"ts-jest": "27.0.5",
|
||||||
"typescript": "4.4.2",
|
"typescript": "4.4.2",
|
||||||
"vite": "2.5.4",
|
"vite": "2.5.5",
|
||||||
"vite-plugin-pwa": "0.11.2",
|
"vite-plugin-pwa": "0.11.2",
|
||||||
"vite-plugin-vue2": "1.8.2",
|
"vite-plugin-vue2": "1.8.2",
|
||||||
"vue-flatpickr-component": "8.1.7",
|
"vue-flatpickr-component": "8.1.7",
|
||||||
|
|
|
@ -8138,10 +8138,10 @@ vite-plugin-vue2@1.8.2:
|
||||||
source-map "^0.7.3"
|
source-map "^0.7.3"
|
||||||
vue-template-es2015-compiler "^1.9.1"
|
vue-template-es2015-compiler "^1.9.1"
|
||||||
|
|
||||||
vite@2.5.4:
|
vite@2.5.5:
|
||||||
version "2.5.4"
|
version "2.5.5"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.4.tgz#2dab98835be64c4157eba225e0becb9d373f608a"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.5.tgz#995409791d9d16e31890d5c4192fcff5d0b0f78c"
|
||||||
integrity sha512-EAdbX8A6MJaqC6UuicZtoxY9+BdaBdcGVaROXvsu+vnlGyzZzm63QQgANJryIB0DvenveHAoCriN+dAnoS+TIQ==
|
integrity sha512-VuPw2sS5j+JzkBQ8Mkhb5GodcGp2YcljwumzFfEraICwMVkTDvh9+noogwtFg+JIHJD5iwpcJhqWIzqIYMKc5Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.12.17"
|
esbuild "^0.12.17"
|
||||||
postcss "^8.3.6"
|
postcss "^8.3.6"
|
||||||
|
|
Loading…
Reference in a new issue