From 60010ade32b2c7dbebd75fd7e71904e7e7e7c33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:30:25 +0000 Subject: [PATCH] :arrow_up: Bump unplugin-auto-import from 0.6.9 to 0.10.3 Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.6.9 to 0.10.3. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.6.9...v0.10.3) --- 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 f02599d..87f8c21 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "sass-loader": "^10.2.0", "simple-git-hooks": "^2.7.0", "typescript": "^4.7.4", - "unplugin-auto-import": "^0.6.9", + "unplugin-auto-import": "^0.10.3", "unplugin-vue-components": "^0.17.18", "vite": "^2.8.6", "vite-plugin-electron-renderer": "^0.3.2",