From d0be62251b14d4a58792bb1559c6b8a731465de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:05:13 +0000 Subject: [PATCH] Bump unplugin-vue-components from 0.23.0 to 0.24.0 in /io_unity_gui Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.23.0...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] --- io_unity_gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_unity_gui/package.json b/io_unity_gui/package.json index b94c2b9..0a35af7 100644 --- a/io_unity_gui/package.json +++ b/io_unity_gui/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^4.0.0", "typescript": "^4.9.5", "unplugin-auto-import": "^0.13.0", - "unplugin-vue-components": "^0.23.0", + "unplugin-vue-components": "^0.24.0", "vite": "^4.1.0", "vue-tsc": "^1.0.24" }