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" }