From af1a67e1efa4ccce539014afb3c7a3ffe028e016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:43:29 +0000 Subject: [PATCH] build(deps-dev): bump unplugin-icons from 0.19.3 to 0.20.0 in /entry/web Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.19.3 to 0.20.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.19.3...v0.20.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 ecc7888c..8a6f50cb 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.19.0", + "unplugin-icons": "^0.20.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.1.3" }