From 06edf089377dbb269f3dcac945673ca08d10b590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:05:36 +0000 Subject: [PATCH] Bump unplugin-vue-components from 0.23.0 to 0.24.1 in /io_unity_gui Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.23.0 to 0.24.1. - [Release notes](https://github.com/antfu/unplugin-vue-components/releases) - [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.23.0...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] --- 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..0a64869 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.1", "vite": "^4.1.0", "vue-tsc": "^1.0.24" }