]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
move type deps into dev deps section
authorCameron Otsuka <cameron@otsuka.haus>
Sat, 22 Nov 2025 01:40:41 +0000 (17:40 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Sat, 22 Nov 2025 01:40:41 +0000 (17:40 -0800)
bun.lock
package.json

index a26cf876204cbcf34454a9652b21e13580a637b9..20f942be86b7fdc76e4bc252fe6c80857050ac0a 100644 (file)
--- a/bun.lock
+++ b/bun.lock
@@ -12,8 +12,6 @@
         "@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",
         "astro": "5.16.0",
         "astro-icon": "^1.1.5",
@@ -22,7 +20,9 @@
         "recharts": "^3.4.1",
       },
       "devDependencies": {
-        "@types/bun": "^1.3.2",
+        "@types/bun": "^1.3.3",
+        "@types/react": "^19.2.6",
+        "@types/react-dom": "^19.2.3",
       },
     },
   },
index 92a71b26d363b3be495e3abcc45328a3b670cf2f..0c4170bb1a7672f749781ad72bda403163944eee 100644 (file)
@@ -27,8 +27,6 @@
     "@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",
     "astro": "5.16.0",
     "astro-icon": "^1.1.5",
@@ -37,6 +35,8 @@
     "recharts": "^3.4.1"
   },
   "devDependencies": {
-    "@types/bun": "^1.3.3"
+    "@types/bun": "^1.3.3",
+    "@types/react": "^19.2.6",
+    "@types/react-dom": "^19.2.3"
   }
 }
\ No newline at end of file