From 885e16c594682da1eb8cd0f34be2f8c4098bdc78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:00:34 +0000 Subject: [PATCH] build(deps-dev): bump unplugin-icons from 0.20.2 to 0.22.0 in /entry/web Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.20.2 to 0.22.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.20.2...v0.22.0) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- entry/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/web/package.json b/entry/web/package.json index fde05fa..db34b34 100644 --- a/entry/web/package.json +++ b/entry/web/package.json @@ -34,7 +34,7 @@ "prettier": "^3.0.0", "sass": "^1.62.1", "unplugin-auto-import": "^0.18.2", - "unplugin-icons": "^0.20.0", + "unplugin-icons": "^0.22.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.1.3" }