mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
chore(deps): update dependency vite-plugin-pwa to v0.19.2
This commit is contained in:
parent
d6fb733852
commit
e5f870c363
2 changed files with 9 additions and 5 deletions
|
@ -46,7 +46,7 @@
|
|||
"unocss": "0.58.5",
|
||||
"vite": "5.0.12",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
"vite-plugin-pwa": "0.18.2",
|
||||
"vite-plugin-pwa": "0.19.2",
|
||||
"workbox-window": "7.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
|
@ -107,8 +107,8 @@ devDependencies:
|
|||
specifier: 1.8.1
|
||||
version: 1.8.1(eslint@8.56.0)(vite@5.0.12)
|
||||
vite-plugin-pwa:
|
||||
specifier: 0.18.2
|
||||
version: 0.18.2(vite@5.0.12)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||
specifier: 0.19.2
|
||||
version: 0.19.2(vite@5.0.12)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||
workbox-window:
|
||||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
|
@ -5026,13 +5026,17 @@ packages:
|
|||
vite: 5.0.12(lightningcss@1.23.0)(terser@5.28.1)
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa@0.18.2(vite@5.0.12)(workbox-build@7.0.0)(workbox-window@7.0.0):
|
||||
resolution: {integrity: sha512-LVFHHLcRLkP7y5xwAqMmtWQhSw34V2+vk59c18fumejiQPUBar+Au1AnOcVr96hlEWLHXI6BM31QOHq+Rey4EA==}
|
||||
/vite-plugin-pwa@0.19.2(vite@5.0.12)(workbox-build@7.0.0)(workbox-window@7.0.0):
|
||||
resolution: {integrity: sha512-LSQJFPxCAQYbRuSyc9EbRLRqLpaBA9onIZuQFomfUYjWSgHuQLonahetDlPSC9zsxmkSEhQH8dXZN8yL978h3w==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
'@vite-pwa/assets-generator': ^0.2.4
|
||||
vite: ^3.1.0 || ^4.0.0 || ^5.0.0
|
||||
workbox-build: ^7.0.0
|
||||
workbox-window: ^7.0.0
|
||||
peerDependenciesMeta:
|
||||
'@vite-pwa/assets-generator':
|
||||
optional: true
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.3.2
|
||||
|
|
Loading…
Reference in a new issue