From 5a64d6633fdf259c30bb7ffee275eba0e80b89b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 10:32:42 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.15.3 to 0.16.0 in /modules/web Bumps [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) from 0.15.3 to 0.16.0. - [Release notes](https://github.com/antfu/unplugin-auto-import/releases) - [Commits](https://github.com/antfu/unplugin-auto-import/compare/v0.15.3...v0.16.0) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/package.json b/modules/web/package.json index edc9c46db..995dc497a 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -33,7 +33,7 @@ "eslint-plugin-vue": "^9.12.0", "prettier": "^2.8.8", "sass": "^1.62.1", - "unplugin-auto-import": "^0.15.3", + "unplugin-auto-import": "^0.16.0", "unplugin-icons": "^0.16.1", "unplugin-vue-components": "^0.24.1", "vite": "^4.3.5"