From ded806333fba6091545496cf58a512ccebcdc2cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:29:17 -0800 Subject: [PATCH] chore(deps): update devdependency vite to v6 (#1182) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- storage/framework/core/components/table/package.json | 2 +- storage/framework/core/server/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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index dd82ec573e..f6a46890d0 100644 --- a/storage/framework/core/components/table/package.json +++ b/storage/framework/core/components/table/package.json @@ -35,6 +35,6 @@ }, "devDependencies": { "@stacksjs/development": "workspace:*", - "vite": "^5.4.11" + "vite": "^6.0.4" } } diff --git a/storage/framework/core/server/package.json b/storage/framework/core/server/package.json index 681d4c6b08..c49cc6781b 100644 --- a/storage/framework/core/server/package.json +++ b/storage/framework/core/server/package.json @@ -49,6 +49,6 @@ }, "devDependencies": { "@stacksjs/development": "workspace:*", - "vite": "^5.4.11" + "vite": "^6.0.4" } } diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index 7d2e192009..e808fc77e7 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -65,7 +65,7 @@ "unocss": "0.65.2", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", - "vite": "^5.4.11", + "vite": "^6.0.4", "vite-plugin-inspect": "^0.10.3", "vite-plugin-pwa": "^0.21.1", "vite-ssg": "^0.24.3", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index 28c07a5632..78e93ae672 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -87,7 +87,7 @@ "markdown-it-shiki": "^0.9.0", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", - "vite": "^5.4.11", + "vite": "^6.0.4", "vite-plugin-full-reload": "^1.2.0", "vite-plugin-inspect": "^0.10.3", "vite-plugin-local": "^0.4.1", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index f487047eb2..105c28b3f7 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -93,7 +93,7 @@ "markdown-it-shiki": "^0.9.0", "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.28.0", - "vite": "^5.4.11", + "vite": "^6.0.4", "vite-plugin-full-reload": "^1.2.0", "vite-plugin-inspect": "^0.10.3", "vite-plugin-pages": "^0.32.4", diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 7d32004684..d56c312af2 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -42,7 +42,7 @@ "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0", "unplugin-vue-router": "^0.10.9", - "vite": "^5.4.11", + "vite": "^6.0.4", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-inspect": "^0.10.3", "vite-plugin-pwa": "^0.21.1",