From 23ba47fe1f968f76d087f359c0938cc3f1038eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:42:39 +0000 Subject: [PATCH] Bump unplugin-vue-components from 0.26.0 to 0.27.0 in /entry/web Bumps [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/unplugin/unplugin-vue-components/releases) - [Commits](https://github.com/unplugin/unplugin-vue-components/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: unplugin-vue-components dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 6f0093a6..e182b4a1 100644 --- a/entry/web/package.json +++ b/entry/web/package.json @@ -35,7 +35,7 @@ "sass": "^1.62.1", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.19.0", - "unplugin-vue-components": "^0.26.0", + "unplugin-vue-components": "^0.27.0", "vite": "^5.1.3" } }