build 수정

This commit is contained in:
biryu2000 2025-05-25 23:12:42 +09:00
parent 1ff63a9eb3
commit b2070d5f65

View File

@ -17,7 +17,8 @@
"axios": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.30.0"
"react-router-dom": "^6.30.0",
"typescript": "~5.7.2"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
@ -29,7 +30,6 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
}