diff --git a/package-lock.json b/package-lock.json index c100d642..53eaf630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "vite": "5.0.11", - "vite-plugin-pwa": "0.17.4", + "vite-plugin-pwa": "0.19.1", "vite-plugin-vuetify": "2.0.1", "vue": "3.4.14", "vue-router": "4.2.5", @@ -6467,9 +6467,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz", + "integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==", "dependencies": { "debug": "^4.3.4", "fast-glob": "^3.3.2", @@ -6484,9 +6484,15 @@ "url": "https://github.com/sponsors/antfu" }, "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 + } } }, "node_modules/vite-plugin-vuetify": { diff --git a/package.json b/package.json index 13c7d962..80af1236 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "unplugin-icons": "0.18.2", "unplugin-vue-components": "0.26.0", "vite": "5.0.11", - "vite-plugin-pwa": "0.17.4", + "vite-plugin-pwa": "0.19.1", "vite-plugin-vuetify": "2.0.1", "vue": "3.4.14", "vue-router": "4.2.5",