From 2d7e8a2f87488206480a18f9bd1c25b86ccc9558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:41:39 +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 2f1fd22..13df277 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.19.0", - "unplugin-icons": "^0.20.0", + "unplugin-icons": "^0.22.0", "unplugin-vue-components": "^0.28.0", "vite": "^5.1.3" }