From 1623fa1b96776f9cdcca46bffd588a074f554adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:05:35 +0000 Subject: [PATCH] chore(deps): update devdependency unplugin-vue-components to v28 --- 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 69417b1dd5..89b235ed69 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -64,7 +64,7 @@ "ora": "^8.1.1", "unocss": "0.65.3", "unplugin-auto-import": "^0.19.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "vite": "^6.0.7", "vite-plugin-inspect": "^10.0.6", "vite-plugin-pwa": "^0.21.1", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index 0bd4b2346a..0cc35c2c49 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -86,7 +86,7 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", "unplugin-auto-import": "^0.19.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^0.28.0", "vite": "^6.0.7", "vite-plugin-full-reload": "^1.2.0", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index 7ee5476341..26713b7466 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -92,7 +92,7 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", "unplugin-auto-import": "^0.19.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^0.28.0", "vite": "^6.0.7", "vite-plugin-full-reload": "^1.2.0", diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 7a715a2075..2c0ff4a650 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -39,7 +39,7 @@ "shiki": "^1.26.1", "unocss": "0.65.3", "unplugin-auto-import": "^0.19.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^0.28.0", "unplugin-vue-router": "^0.10.9", "vite": "^6.0.7",