From 793391fde78e7359fb5801c0204255ab3040646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:15:42 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-auto-import from 0.5.11 to 0.12.1 Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.5.11 to 0.12.1. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.5.11...v0.12.1) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db7d49..65f03b2 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "stylelint-config-recommended-vue": "^1.0.0", "stylelint-config-standard-scss": "^3.0.0", "typescript": "^4.4.4", - "unplugin-auto-import": "^0.5.3", + "unplugin-auto-import": "^0.12.1", "unplugin-icons": "^0.14.1", "unplugin-vue-components": "^0.19.3", "vite": "^2.6.13",