From ed85e55b4fb188fb48f45cfd5100318406fad4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:40:49 +0800 Subject: [PATCH] build(deps-dev): bump unplugin-vue-components in /entry/web (#294) Bumps [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) from 0.27.5 to 0.28.0. - [Release notes](https://github.com/unplugin/unplugin-vue-components/releases) - [Commits](https://github.com/unplugin/unplugin-vue-components/compare/v0.27.5...v0.28.0) --- updated-dependencies: - dependency-name: unplugin-vue-components 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 1e7df98..2f1fd22 100644 --- a/entry/web/package.json +++ b/entry/web/package.json @@ -35,7 +35,7 @@ "sass": "^1.62.1", "unplugin-auto-import": "^0.19.0", "unplugin-icons": "^0.20.0", - "unplugin-vue-components": "^0.27.0", + "unplugin-vue-components": "^0.28.0", "vite": "^5.1.3" } }