Skip to content

Commit 08c41fa

Browse files
MH4GFclaude
andcommitted
chore: upgrade React to 19.2.3 and Next.js to 16.0.10
- React: 19.1.0 → 19.2.3 - react-dom: 19.1.0 → 19.2.3 - Next.js: 15.3.1 → 16.0.10 - @types/react: 19.1.2 → 19.2.7 - @types/react-dom: 19.1.2 → 19.2.3 - Add turbopack: {} to next.config.js (required for Next.js 16) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d977571 commit 08c41fa

4 files changed

Lines changed: 264 additions & 254 deletions

File tree

web/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const pattycake = require('pattycake')
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
5+
turbopack: {},
56
images: {
67
remotePatterns: [
78
{

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@tailwindcss/forms": "^0.5.10",
1818
"ahooks": "^3.8.4",
1919
"clsx": "^2.1.1",
20-
"next": "15.3.1",
20+
"next": "^16.0.10",
2121
"next-auth": "^4.24.11",
2222
"pattycake": "^0.0.2",
23-
"react": "^19.1.0",
24-
"react-dom": "^19.1.0",
23+
"react": "^19.2.3",
24+
"react-dom": "^19.2.3",
2525
"react-github-btn": "^1.4.0",
2626
"server-only": "^0.0.1",
2727
"ts-pattern": "^5.7.0",
@@ -33,8 +33,8 @@
3333
"@playwright/test": "^1.52.0",
3434
"@tailwindcss/postcss": "4.1.4",
3535
"@types/node": "^22.14.1",
36-
"@types/react": "^19.1.2",
37-
"@types/react-dom": "^19.1.2",
36+
"@types/react": "^19.2.7",
37+
"@types/react-dom": "^19.2.3",
3838
"autoprefixer": "^10.4.21",
3939
"concurrently": "^9.1.2",
4040
"postcss": "^8.5.3",

0 commit comments

Comments
 (0)