From 736f9d64affe34e48f9729663353bedb34f7f19c Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 16 Aug 2024 18:30:00 +1200 Subject: [PATCH] Fix iconify --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d74ae..5f51530 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "@astrojs/rss": "4.0.7", "@astrojs/sitemap": "3.1.6", "@astrojs/tailwind": "5.1.0", - "@iconify/tools": "^4.0.5", "@orama/plugin-astro": "2.0.23", "astro": "4.14.2", "astro-expressive-code": "0.35.6", @@ -50,5 +49,10 @@ "prettier-plugin-tailwindcss": "0.6.6", "vite": "5.4.1", "vitest": "2.0.5" + }, + "overrides": { + "astro-icon": { + "@iconify/tools": "^4.0.0" + } } }