chore(deps): update dependency vite-svg-loader to v3.6.0 (#2327)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2327 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
ee79a1d604
commit
2e84c27d1e
2 changed files with 5 additions and 5 deletions
|
@ -91,7 +91,7 @@
|
||||||
"typescript": "4.8.2",
|
"typescript": "4.8.2",
|
||||||
"vite": "3.1.0",
|
"vite": "3.1.0",
|
||||||
"vite-plugin-pwa": "0.12.7",
|
"vite-plugin-pwa": "0.12.7",
|
||||||
"vite-svg-loader": "3.5.1",
|
"vite-svg-loader": "3.6.0",
|
||||||
"vitest": "0.23.1",
|
"vitest": "0.23.1",
|
||||||
"vue-tsc": "0.40.10",
|
"vue-tsc": "0.40.10",
|
||||||
"wait-on": "6.0.1",
|
"wait-on": "6.0.1",
|
||||||
|
|
|
@ -12438,10 +12438,10 @@ vite-plugin-pwa@0.12.7:
|
||||||
workbox-build "^6.5.3"
|
workbox-build "^6.5.3"
|
||||||
workbox-window "^6.5.3"
|
workbox-window "^6.5.3"
|
||||||
|
|
||||||
vite-svg-loader@3.5.1:
|
vite-svg-loader@3.6.0:
|
||||||
version "3.5.1"
|
version "3.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/vite-svg-loader/-/vite-svg-loader-3.5.1.tgz#badf2bdc613198df91351e64932383221a7c360c"
|
resolved "https://registry.yarnpkg.com/vite-svg-loader/-/vite-svg-loader-3.6.0.tgz#71d246cba5e808c7f183a2a56a9dde6856bb0c92"
|
||||||
integrity sha512-zGAq7qQEh21bWDIuJUwl2t9Vmr4iH7PLqKM1yqS30BjjkLilSYuOokn6wa+Rg/M8m8k1XnQowuj3zRrZq9rYMg==
|
integrity sha512-bZJffcgCREW57kNkgMhuNqeDznWXyQwJ3wKrRhHLMMzwDnP5jr3vXW3cqsmquRR7VTP5mLdKj1/zzPPooGUuPw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-sfc" "^3.2.20"
|
"@vue/compiler-sfc" "^3.2.20"
|
||||||
svgo "^2.7.0"
|
svgo "^2.7.0"
|
||||||
|
|
Loading…
Reference in a new issue