From 651f73ccd370c644041b4ff396665a8fc6b0dae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:57:53 +0000 Subject: [PATCH] Bump unplugin-vue-components from 0.26.0 to 0.27.2 in /modules/web Bumps [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) from 0.26.0 to 0.27.2. - [Release notes](https://github.com/unplugin/unplugin-vue-components/releases) - [Commits](https://github.com/unplugin/unplugin-vue-components/compare/v0.26.0...v0.27.2) --- updated-dependencies: - dependency-name: unplugin-vue-components dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/package.json b/modules/web/package.json index b2815c586..2abb2738f 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -35,7 +35,7 @@ "sass": "^1.62.1", "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.18.5", - "unplugin-vue-components": "^0.26.0", + "unplugin-vue-components": "^0.27.2", "vite": "^5.1.3" } }