From e95db8ea1d8cc0b92d9158d8abd177bac5a7ee33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:24:51 +0000 Subject: [PATCH] Bump unplugin-icons from 0.18.5 to 0.19.0 in /modules/web Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.18.5 to 0.19.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.18.5...v0.19.0) --- updated-dependencies: - dependency-name: unplugin-icons 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 b2815c586..681c26276 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -34,7 +34,7 @@ "prettier": "^3.0.0", "sass": "^1.62.1", "unplugin-auto-import": "^0.17.5", - "unplugin-icons": "^0.18.5", + "unplugin-icons": "^0.19.0", "unplugin-vue-components": "^0.26.0", "vite": "^5.1.3" }