From 927770fe34dc013a850c6dadac2a6bdf80cb2464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:59:12 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-icons from 0.16.6 to 0.17.0 Bumps [unplugin-icons](https://github.com/antfu/unplugin-icons) from 0.16.6 to 0.17.0. - [Release notes](https://github.com/antfu/unplugin-icons/releases) - [Commits](https://github.com/antfu/unplugin-icons/compare/v0.16.6...v0.17.0) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b9e33..52fa23f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prettier": "^2.8.7", "sass": "^1.60.0", "unplugin-auto-import": "^0.16.0", - "unplugin-icons": "^0.16.0", + "unplugin-icons": "^0.17.0", "unplugin-vue-components": "^0.25.1", "vite": "^4.2.1", "vite-plugin-html": "^3.2.0"