From 8f5f1fbe60dc44063b095ec32a524a9e8e938127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 03:14:38 +0000 Subject: [PATCH] Update unplugin-icons requirement from ^0.12.14 to ^0.12.23 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.23) --- 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..81b4a01 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.23", "unplugin-vue-components": "^0.15.6", "vite": "^2.6.5", "vite-plugin-fonts": "^0.2.2",