diff --git a/package.json b/package.json index fd90f02..6335f2f 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "type-hangul": "^0.2.4" }, "devDependencies": { - "@types/node": "^22.15.17", - "@types/react": "^19.1.4", + "@types/node": "22.15.21", + "@types/react": "19.1.5", "eslint": "^8", "eslint-config-next": "15.0.2", "postcss": "^8", diff --git a/src/components/auth/screen/AuthLogin.jsx b/src/components/auth/screen/AuthLogin.jsx index 6f51d72..1d2001a 100644 --- a/src/components/auth/screen/AuthLogin.jsx +++ b/src/components/auth/screen/AuthLogin.jsx @@ -93,7 +93,7 @@ export default function AuthLogin({ router, onSubmit, errors, password, setPassw