From dcd305a3640faa4be009b1c29807898b17a84bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:10:03 +0000 Subject: [PATCH] chore(deps): update devdependency vite-plugin-pwa to v1 --- storage/framework/core/docs/package.json | 2 +- storage/framework/core/types/package.json | 2 +- storage/framework/core/vite-config/package.json | 2 +- storage/framework/core/vite-plugin/package.json | 2 +- storage/framework/views/web/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/storage/framework/core/docs/package.json b/storage/framework/core/docs/package.json index 3179d7c..51b1619 100644 --- a/storage/framework/core/docs/package.json +++ b/storage/framework/core/docs/package.json @@ -41,7 +41,7 @@ "unocss": "^66.0.0", "unplugin-icons": "^22.1.0", "unplugin-vue-components": "^28.4.1", - "vite-plugin-pwa": "^0.21.1", + "vite-plugin-pwa": "^1.0.0", "vitepress": "1.6.3" }, "devDependencies": { diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index 75d204d..6e86787 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -69,7 +69,7 @@ "unplugin-vue-components": "^28.4.1", "vite": "^6.2.2", "vite-plugin-inspect": "^11.0.0", - "vite-plugin-pwa": "^0.21.1", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^25.2.0", "vitepress": "1.6.3", "vue": "^3.5.13" diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index b3877e0..58a8c37 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -95,7 +95,7 @@ "vite-plugin-inspect": "^11.0.0", "vite-plugin-local": "^0.5.0", "vite-plugin-pages": "^0.32.5", - "vite-plugin-pwa": "^0.21.1", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^25.2.0", "vite-ssg-sitemap": "^0.8.1 " } diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index db24825..c5b7d4b 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -100,7 +100,7 @@ "vite-plugin-full-reload": "^1.2.0", "vite-plugin-inspect": "^11.0.0", "vite-plugin-pages": "^0.32.5", - "vite-plugin-pwa": "^0.21.1", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^25.2.0", "vite-ssg-sitemap": "^0.8.1" } diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 459bee0..3997e1a 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -45,7 +45,7 @@ "vite": "^6.2.2", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-inspect": "^11.0.0", - "vite-plugin-pwa": "^0.21.1", + "vite-plugin-pwa": "^1.0.0", "vite-plugin-vue-devtools": "^7.7.2", "vite-plugin-vue-layouts": "^0.11.0", "vite-ssg": "^25.2.0",