Skip to content

Commit 1043003

Browse files
authored
fix(example): update nextjs example dependencies to latest versions (#313)
Update next.js from 12.x to 16.x, React from 18.x to 19.x, ESLint from 8.x to 9.x, and Vercel CLI from 25.x to 41.x. This fixes the CI build failure caused by Vercel CLI 25.x not supporting Node.js 22+.
1 parent e34aeb6 commit 1043003

File tree

2 files changed

+1019
-1397
lines changed

2 files changed

+1019
-1397
lines changed

example/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"lint": "next lint"
88
},
99
"dependencies": {
10-
"next": "12.1.4",
11-
"react": "18.0.0",
12-
"react-dom": "18.0.0",
13-
"vercel": "^25.0.1"
10+
"next": "16.2.1",
11+
"react": "19.2.4",
12+
"react-dom": "19.2.4",
13+
"vercel": "^41.1.4"
1414
},
1515
"devDependencies": {
16-
"eslint": "8.12.0",
17-
"eslint-config-next": "12.1.4"
16+
"eslint": "9.34.0",
17+
"eslint-config-next": "16.2.1"
1818
}
1919
}

0 commit comments

Comments
 (0)