From f94120cd3a4316ed0dff125efc50ef8eaf072ab2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:40:08 +0000 Subject: [PATCH] chore(deps): update devdependency unplugin-auto-import to v19 --- 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..8140fbff8 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -63,7 +63,7 @@ "neverthrow": "^8.1.1", "ora": "^8.1.1", "unocss": "0.65.3", - "unplugin-auto-import": "^0.19.0", + "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^0.28.0", "vite": "^6.0.7", "vite-plugin-inspect": "^0.10.6", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index d196f4ad7..f08d9f6d7 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -85,7 +85,7 @@ "@vitejs/plugin-vue": "^5.2.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", - "unplugin-auto-import": "^0.19.0", + "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0", "vite": "^6.0.7", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index 54524ee63..c6a853037 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -91,7 +91,7 @@ "@vitejs/plugin-vue": "^5.2.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", - "unplugin-auto-import": "^0.19.0", + "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0", "vite": "^6.0.7", diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 0747de8c7..f0479f65a 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -38,7 +38,7 @@ "rollup": "^4.30.1", "shiki": "^1.26.1", "unocss": "0.65.3", - "unplugin-auto-import": "^0.19.0", + "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^0.28.0", "unplugin-vue-markdown": "^0.28.0", "unplugin-vue-router": "^0.10.9",