From 4d11dbb2290168c355200d6f1e0651ce3f037b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:06:45 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-vue-components from 0.21.2 to 0.24.1 Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.21.2 to 0.24.1. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.21.2...v0.24.1) --- 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..2fd6296 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.1", "vite": "^2.9.9", "vite-plugin-windicss": "^1.8.4", "vue-eslint-parser": "^9.0.2",