From c73b42f0e7e3a2daea4ffcc33c8135d7b830d82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 03:51:51 +0000 Subject: [PATCH] chore(deps): update devdependency vite-ssg to v26 --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index 75d204d..b9fb8d5 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -70,7 +70,7 @@ "vite": "^6.2.2", "vite-plugin-inspect": "^11.0.0", "vite-plugin-pwa": "^0.21.1", - "vite-ssg": "^25.2.0", + "vite-ssg": "^26.1.1", "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..20f5d54 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -96,7 +96,7 @@ "vite-plugin-local": "^0.5.0", "vite-plugin-pages": "^0.32.5", "vite-plugin-pwa": "^0.21.1", - "vite-ssg": "^25.2.0", + "vite-ssg": "^26.1.1", "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..0ed7987 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -101,7 +101,7 @@ "vite-plugin-inspect": "^11.0.0", "vite-plugin-pages": "^0.32.5", "vite-plugin-pwa": "^0.21.1", - "vite-ssg": "^25.2.0", + "vite-ssg": "^26.1.1", "vite-ssg-sitemap": "^0.8.1" } } diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 459bee0..4b27e9c 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -48,7 +48,7 @@ "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-devtools": "^7.7.2", "vite-plugin-vue-layouts": "^0.11.0", - "vite-ssg": "^25.2.0", + "vite-ssg": "^26.1.1", "vite-ssg-sitemap": "^0.8.1", "vue-tsc": "^2.2.8" }