From acd0f4a96407e7418039e77321ccbc316b70f633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 03:14:07 +0000 Subject: [PATCH] Update unplugin-icons requirement from ^0.12.14 to ^0.12.22 Updates the requirements on [unplugin-icons](https://github.com/antfu/unplugin-icons) to permit the latest version. - [Release notes](https://github.com/antfu/unplugin-icons/releases) - [Commits](https://github.com/antfu/unplugin-icons/compare/v0.12.14...v0.12.22) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b844368..3b262ec 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.3.7", "netlify-cli": "^6.10.4", "tailwindcss": "^2.2.16", - "unplugin-icons": "^0.12.14", + "unplugin-icons": "^0.12.22", "unplugin-vue-components": "^0.15.6", "vite": "^2.6.5", "vite-plugin-fonts": "^0.2.2",