chore: upgrade to Next.js 16.0.1 with Turbopack

Update from Next.js 15.5.6 to Next.js 16.0.1:
- Now using Turbopack for production builds
- TypeScript config automatically updated (jsx: react-jsx)
- Build time improved with Turbopack
- All features working correctly

Build successful with Next.js 16 + Turbopack! 🚀

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
valknarness
2025-11-07 11:01:36 +01:00
parent bd05f109b4
commit 6c1ec9b44f
3 changed files with 66 additions and 52 deletions

View File

@@ -27,10 +27,10 @@
"cmdk": "^1.0.4",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "^15.1.3",
"react": "^19.0.0",
"next": "^16.0.1",
"react": "^19.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.0.0",
"react-dom": "^19.2.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.2"