Upgrade to Next.js 15, TypeScript 5.9, Prisma 5.22

- next: 14.2.4 → 15.1.0
- typescript: 5.4.5 → 5.9.3
- prisma: 5.13.0 → 5.22.0
- @next/bundle-analyzer: 14.2.3 → 15.1.0

React 18, next-auth 4.x, and tailwindcss 3.x kept as-is
(React 19 upgrade blocked by tremor, react-pdf, react-email peer deps).
This commit is contained in:
Hanzo Dev
2026-03-01 20:09:45 -08:00
parent 40d4c5e562
commit 1e3463fcfa
2 changed files with 708 additions and 209 deletions
+6 -6
View File
@@ -38,8 +38,8 @@
"@hono/zod-openapi": "^0.15.1",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.13.0",
"@prisma/generator-helper": "^5.17.0",
"@prisma/client": "^5.22.0",
"@prisma/generator-helper": "^5.22.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.1.0",
@@ -90,7 +90,7 @@
"lodash-es": "^4.17.21",
"mime": "^4.0.3",
"nanoid": "^5.0.4",
"next": "^14.2.4",
"next": "^15.1.0",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.13",
"nodemailer": "^6.9.14",
@@ -125,7 +125,7 @@
"@blocknote/core": "^0.13.2",
"@faker-js/faker": "^8.4.0",
"@flydotio/dockerfile": "^0.5.8",
"@next/bundle-analyzer": "^14.2.3",
"@next/bundle-analyzer": "^15.1.0",
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/typography": "^0.5.12",
"@types/cookie": "^0.6.0",
@@ -143,10 +143,10 @@
"knip": "^5.17.2",
"lint-staged": "^15.2.2",
"postcss": "^8.4.40",
"prisma": "^5.13.0",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.0",
"typescript": "^5.4.5",
"typescript": "^5.9.3",
"vitest": "^1.6.0"
},
"ct3aMetadata": {
+702 -203
View File
File diff suppressed because it is too large Load Diff