From 4f7dbc3478bc567d171e7ed508bba3c7115325b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:03:20 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.13.0 to 0.15.3 in /io_unity_gui Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.13.0 to 0.15.3. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.13.0...v0.15.3) --- 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..71337bb 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.3", "unplugin-vue-components": "^0.23.0", "vite": "^4.1.0", "vue-tsc": "^1.0.24"