From 6df0d22aab73defe57aef11f89967510196c8acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:09:27 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.13.0 to 0.15.0 in /io_unity_gui Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.13.0 to 0.15.0. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: unplugin-auto-import 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..288e46a 100644 --- a/io_unity_gui/package.json +++ b/io_unity_gui/package.json @@ -19,7 +19,7 @@ "@types/node": "^18.11.18", "@vitejs/plugin-vue": "^4.0.0", "typescript": "^4.9.5", - "unplugin-auto-import": "^0.13.0", + "unplugin-auto-import": "^0.15.0", "unplugin-vue-components": "^0.23.0", "vite": "^4.1.0", "vue-tsc": "^1.0.24"