Skip to content

Commit f4eea85

Browse files
committed
hotfix: vercel 배포 버전 수정 및 빌드 오류 해결
1 parent f610e54 commit f4eea85

File tree

5 files changed

+2154
-2297
lines changed

5 files changed

+2154
-2297
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
6+
"dev": "next dev --webpack",
7+
"build": "next build --webpack",
88
"start": "next start -p 3000",
99
"lint": "next lint",
1010
"test": "jest"
@@ -35,12 +35,12 @@
3535
"js-cookie": "^3.0.5",
3636
"lodash.debounce": "^4.0.8",
3737
"lucide-react": "^0.515.0",
38-
"next": "15.3.3",
38+
"next": "16.0.7",
3939
"next-auth": "^4.24.11",
4040
"next-themes": "^0.4.6",
41-
"react": "^19.0.0",
41+
"react": "^19.2.1",
4242
"react-activity-calendar": "^2.7.13",
43-
"react-dom": "^19.0.0",
43+
"react-dom": "^19.2.1",
4444
"react-hook-form": "^7.61.1",
4545
"react-markdown": "^10.1.0",
4646
"remark-gfm": "^4.0.1",

0 commit comments

Comments
 (0)