From 660a5d2eecd44aef9efae48ffe5fabe070c8d7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 05:17:19 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-vue-components from 0.21.2 to 0.24.0 Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.21.2 to 0.24.0. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.21.2...v0.24.0) --- updated-dependencies: - dependency-name: unplugin-vue-components 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 f096a6b..bba0ea6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^26.0.0", "typescript": "^4.6.4", - "unplugin-vue-components": "^0.21.1", + "unplugin-vue-components": "^0.24.0", "vite": "^2.9.9", "vite-plugin-windicss": "^1.8.4", "vue-eslint-parser": "^9.0.2",