From: Cameron Otsuka Date: Fri, 21 Nov 2025 15:37:34 +0000 (-0800) Subject: iconify should be normal dep X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=44450ee3ae7f8c176657bdd18d6422819454cff7;p=cotsuka.github.io iconify should be normal dep --- diff --git a/bun.lock b/bun.lock index 5bd32ae..523c01f 100644 --- a/bun.lock +++ b/bun.lock @@ -11,6 +11,7 @@ "@astrojs/sitemap": "3.6.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", + "@iconify-json/mdi": "^1.2.3", "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "@vercel/og": "^0.6.8", @@ -21,7 +22,6 @@ "recharts": "^3.4.1", }, "devDependencies": { - "@iconify-json/mdi": "^1.2.3", "@types/bun": "^1.3.2", }, }, diff --git a/package.json b/package.json index 592ad22..dc061e6 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@astrojs/sitemap": "3.6.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", + "@iconify-json/mdi": "^1.2.3", "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "@vercel/og": "^0.6.8", @@ -36,7 +37,6 @@ "recharts": "^3.4.1" }, "devDependencies": { - "@iconify-json/mdi": "^1.2.3", "@types/bun": "^1.3.2" } } \ No newline at end of file