From d56f17b024aa3ea682eeb374f73fbcf419fb35c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 04:44:07 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-vue-components from 0.21.2 to 0.22.7 Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.21.2 to 0.22.7. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.21.2...v0.22.7) --- 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..644c494 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.7", "vite": "^2.9.9", "vite-plugin-windicss": "^1.8.4", "vue-eslint-parser": "^9.0.2",