From 522dc96fb236c1a1c406baebc01b212441f5b71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 18:05:02 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.13.0 to 0.15.2 in /io_unity_gui Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.13.0 to 0.15.2. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.13.0...v0.15.2) --- 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..94594de 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.2", "unplugin-vue-components": "^0.23.0", "vite": "^4.1.0", "vue-tsc": "^1.0.24"