From 77eb2a4e58b61e7174d270b454758f750ad12824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:51:33 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-vue-components from 0.21.2 to 0.22.9 Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.21.2 to 0.22.9. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.21.2...v0.22.9) --- 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..fa18e18 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.22.9", "vite": "^2.9.9", "vite-plugin-windicss": "^1.8.4", "vue-eslint-parser": "^9.0.2",