From 85b4d916e17e59386548ef6e5c52717a963c425e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:09:30 +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 005647b662..cea4de26b0 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": "^19.0.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 fc34312fa5..95cfead18e 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": "^19.0.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^28.0.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 1b484460d0..e1be9dbb45 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": "^19.0.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^28.0.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 0e10097d6c..5d5cbb554f 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": "^19.0.0", - "unplugin-vue-components": "^0.28.0", + "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^28.0.0", "unplugin-vue-router": "^0.10.9", "vite": "^6.0.7",