feat: move typescript to dependency

This commit is contained in:
Shinwoo PARK 2025-03-11 20:33:12 +09:00
parent c0b58d1737
commit a8b195cd02

View File

@ -25,7 +25,8 @@
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"tailwind-merge": "^2.3.0" "tailwind-merge": "^2.3.0",
"typescript": "^5.4.5"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.8.3", "@biomejs/biome": "1.8.3",
@ -46,7 +47,6 @@
"postcss": "^8.4.38", "postcss": "^8.4.38",
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^4.0.12", "tailwindcss": "^4.0.12",
"typescript": "^5.4.5",
"vite": "^5.3.0", "vite": "^5.3.0",
"vite-plugin-dynamic-import": "^1.5.0" "vite-plugin-dynamic-import": "^1.5.0"
}, },