From c2348e38d6c5b562db72ae11232d3b4cbaf5771b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:05:54 +0000 Subject: [PATCH] chore(deps): update devdependency vite to v6 --- storage/framework/core/components/command-palette/package.json | 2 +- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/storage/framework/core/components/command-palette/package.json b/storage/framework/core/components/command-palette/package.json index 073748e79..6168eb372 100644 --- a/storage/framework/core/components/command-palette/package.json +++ b/storage/framework/core/components/command-palette/package.json @@ -24,6 +24,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.0", - "vite": "^5.4.11" + "vite": "^6.0.1" } } diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index f8dccfb2e..a70f54e0b 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.1" } } diff --git a/storage/framework/core/server/package.json b/storage/framework/core/server/package.json index 681d4c6b0..9128b358b 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.1" } } diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index da76660e3..11c6fa3cb 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -65,7 +65,7 @@ "unocss": "0.61.0", "unplugin-auto-import": "^0.18.5", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-plugin-inspect": "^0.8.8", "vite-plugin-pwa": "^0.21.0", "vite-ssg": "^0.24.1", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index 2f984d7ae..cd4066a93 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.18.5", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-plugin-full-reload": "^1.2.0", "vite-plugin-inspect": "^0.8.8", "vite-plugin-pages": "^0.32.3", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index fc9196899..37d9c5c98 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.18.5", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-plugin-full-reload": "^1.2.0", "vite-plugin-inspect": "^0.8.8", "vite-plugin-pages": "^0.32.3", diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 2f4abad30..2a65e1522 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -42,7 +42,7 @@ "unplugin-vue-components": "^0.27.4", "unplugin-vue-markdown": "^0.26.2", "unplugin-vue-router": "^0.10.8", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-inspect": "^0.8.8", "vite-plugin-pwa": "^0.21.0",