From 59d42b8511a5fe91e142cbe58f34d8102cc8e1e4 Mon Sep 17 00:00:00 2001 From: PrototypeArea Date: Fri, 22 Dec 2023 11:08:56 -0500 Subject: [PATCH] Fix astro-icon to v1.0.0-next.2 due to an error in next.4 version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 727e2ea..1be8ed8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrolib/seo": "^1.0.0-beta.5", "@fontsource-variable/inter": "^5.0.16", "astro": "^4.0.6", - "astro-icon": "^1.0.0-next.2", + "astro-icon": "1.0.0-next.2", "limax": "4.1.0", "lodash.merge": "^4.6.2", "typescript-esbuild": "^0.3.2",