From b648bbcecc7b17cb299c81f21ff6a6a9dd8e041e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:26:39 +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 935ab8d40..0c46575a5 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": "^0.10.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 d196f4ad7..8c42f16ac 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 54524ee63..9a3e25efb 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 0747de8c7..8387978c8 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",