From a6dc1ec97d16096b79aedcb9bcfbb4d51d93f987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 13:54:35 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-auto-import from 0.5.11 to 0.7.0 Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.5.11 to 0.7.0. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.5.11...v0.7.0) --- 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 1933876..7c0bed3 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.7.0", "unplugin-icons": "^0.14.1", "unplugin-vue-components": "^0.17.2", "vite": "^2.6.13",