From 8cbd81b3f325c663c112fb6020d87c8c3d1705bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:12:22 +0000 Subject: [PATCH] Bump unplugin-auto-import in /src/templates/vue-ts-element-plus Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.11.5 to 0.15.1. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.11.5...v0.15.1) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/templates/vue-ts-element-plus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/vue-ts-element-plus/package.json b/src/templates/vue-ts-element-plus/package.json index d4d0bee..82d66bd 100644 --- a/src/templates/vue-ts-element-plus/package.json +++ b/src/templates/vue-ts-element-plus/package.json @@ -24,7 +24,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-vue": "^9.0.1", "typescript": "^4.5.4", - "unplugin-auto-import": "^0.11.1", + "unplugin-auto-import": "^0.15.1", "unplugin-icons": "^0.14.1", "unplugin-vue-components": "^0.22.4", "vite": "^2.9.5",