From 22ccbac32ca4eea9da1d7794815671edab3154ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 20:43:42 +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 9c0b32172b..72b0f67772 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.2", + "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 8d12c1e6c3..74999a61f7 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.3", "vite-plugin-inspect": "^11.0.0", - "vite-plugin-pwa": "^0.21.2", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^26.1.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 ad9cc140a5..b1cc90bf9a 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.2", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^26.1.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 8abe765e0c..695781c335 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.2", + "vite-plugin-pwa": "^1.0.0", "vite-ssg": "^26.1.0", "vite-ssg-sitemap": "^0.8.1" } diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index fd4bf1e447..becf86e05e 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -45,7 +45,7 @@ "vite": "^6.2.3", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-inspect": "^11.0.0", - "vite-plugin-pwa": "^0.21.2", + "vite-plugin-pwa": "^1.0.0", "vite-plugin-vue-devtools": "^7.7.2", "vite-plugin-vue-layouts": "^0.11.0", "vite-ssg": "^26.1.0",