Next.js 및 React 버전 업데이트, 불필요한 설정 제거 및 타입 정의 추가

This commit is contained in:
2025-08-29 00:02:28 +09:00
parent ab5058b66f
commit 840f1e49c8
5 changed files with 228 additions and 206 deletions

View File

@@ -14,11 +14,11 @@
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "15.1.1-canary.0",
"next": "15.5.2",
"next-auth": "5.0.0-beta.25",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"use-debounce": "^10.0.4",
@@ -30,6 +30,6 @@
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.0"
"eslint-config-next": "15.5.2"
}
}