From 823d057379a6b3d75b939785e8aec1dcfcea0105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:40:23 +0800 Subject: [PATCH] build(deps-dev): bump unplugin-auto-import in /entry/web (#292) Bumps [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) from 0.18.6 to 0.19.0. - [Release notes](https://github.com/unplugin/unplugin-auto-import/releases) - [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.6...v0.19.0) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- entry/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/web/package.json b/entry/web/package.json index fde05fa..1e7df98 100644 --- a/entry/web/package.json +++ b/entry/web/package.json @@ -33,7 +33,7 @@ "eslint-plugin-vue": "^9.12.0", "prettier": "^3.0.0", "sass": "^1.62.1", - "unplugin-auto-import": "^0.18.2", + "unplugin-auto-import": "^0.19.0", "unplugin-icons": "^0.20.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.1.3"