]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
iconify should be normal dep
authorCameron Otsuka <cameron@otsuka.haus>
Fri, 21 Nov 2025 15:37:34 +0000 (07:37 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Fri, 21 Nov 2025 15:37:34 +0000 (07:37 -0800)
bun.lock
package.json

index 5bd32aea84ebe380361262bf98717a4350b47537..523c01f75a82af2bf614bd2120ff72e3b1fda1ef 100644 (file)
--- 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",
       },
     },
index 592ad2209a01f7b2623d00748b4130e2ace8f650..dc061e62f6a0a63766dcd0138df04d18e28dbcf7 100644 (file)
@@ -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