chore(deps): update dependency vite-plugin-pwa to v0.12.1 (#2090)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2090 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
db805ade48
commit
b9e26f3823
2 changed files with 7 additions and 14 deletions
|
@ -85,7 +85,7 @@
|
|||
"sass": "1.53.0",
|
||||
"typescript": "4.7.4",
|
||||
"vite": "2.9.13",
|
||||
"vite-plugin-pwa": "0.12.0",
|
||||
"vite-plugin-pwa": "0.12.1",
|
||||
"vite-svg-loader": "3.4.0",
|
||||
"vitest": "0.15.2",
|
||||
"vue-tsc": "0.38.2",
|
||||
|
|
19
yarn.lock
19
yarn.lock
|
@ -10892,7 +10892,7 @@ rollup-pluginutils@^2.8.2:
|
|||
dependencies:
|
||||
estree-walker "^0.6.1"
|
||||
|
||||
rollup@2.75.7:
|
||||
rollup@2.75.7, rollup@^2.75.5:
|
||||
version "2.75.7"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9"
|
||||
integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==
|
||||
|
@ -10913,13 +10913,6 @@ rollup@^2.59.0:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
rollup@^2.70.2:
|
||||
version "2.70.2"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.2.tgz#808d206a8851628a065097b7ba2053bd83ba0c0d"
|
||||
integrity sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
run-async@^2.2.0, run-async@^2.4.0:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
||||
|
@ -12505,15 +12498,15 @@ verror@1.10.0:
|
|||
core-util-is "1.0.2"
|
||||
extsprintf "^1.2.0"
|
||||
|
||||
vite-plugin-pwa@0.12.0:
|
||||
version "0.12.0"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.0.tgz#c0be71cf42452055bafca777b6c110f46d0feac7"
|
||||
integrity sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ==
|
||||
vite-plugin-pwa@0.12.1:
|
||||
version "0.12.1"
|
||||
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.1.tgz#155656bf8ad509a7ffc7b614c0e98e8ffe86b82f"
|
||||
integrity sha512-Jeb/RHdA1gZ5WiP8rStdPHSqllb53ekvk8VHPAgp0XmLMCGkwBshv0XlPo1nUIZxou6fEirNwbZ4nHLPalXfkg==
|
||||
dependencies:
|
||||
debug "^4.3.4"
|
||||
fast-glob "^3.2.11"
|
||||
pretty-bytes "^6.0.0"
|
||||
rollup "^2.70.2"
|
||||
rollup "^2.75.5"
|
||||
workbox-build "^6.5.3"
|
||||
workbox-window "^6.5.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue