From: Cameron Otsuka Date: Sat, 22 Nov 2025 01:40:41 +0000 (-0800) Subject: move type deps into dev deps section X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=e95049f21117abadc634307a30a8381e01869c48;p=cotsuka.github.io move type deps into dev deps section --- diff --git a/bun.lock b/bun.lock index a26cf87..20f942b 100644 --- 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", }, }, }, diff --git a/package.json b/package.json index 92a71b2..0c4170b 100644 --- a/package.json +++ b/package.json @@ -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