Skip to content

Commit 431e161

Browse files
committed
Downgrade Next.js to 13.5.6 for Node.js 16 compatibility
1 parent 91bfe53 commit 431e161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"moment": "^2.30.1",
2323
"moment-timezone": "^0.5.46",
2424
"mongodb": "^6.10.0",
25-
"next": "14.2.15",
25+
"next": "13.5.6",
2626
"nodemailer": "^6.9.15",
2727
"react": "^18",
2828
"react-big-calendar": "^1.15.0",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"autoprefixer": "^10.4.20",
4141
"eslint": "^8",
42-
"eslint-config-next": "14.2.15",
42+
"eslint-config-next": "13.5.6",
4343
"postcss": "^8.4.47",
4444
"tailwindcss": "^3.4.13"
4545
}

0 commit comments

Comments
 (0)