From b2070d5f65a07410b9b8a09bb0c2a92545b6fb5b Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 23:12:42 +0900 Subject: [PATCH] =?UTF-8?q?build=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49cf93e..7dd0417 100644 --- a/package.json +++ b/package.json @@ -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" }