chore(deps): upgrade React 18→19, Next.js 14→16, Prisma 6→7

This commit is contained in:
2026-03-31 00:00:07 -07:00
parent b0aaffbecf
commit 15b579b919
2 changed files with 2316 additions and 1269 deletions
+9 -9
View File
@@ -22,17 +22,17 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@prisma/client": "^6.19.2",
"@prisma/client": "^7.6.0",
"@types/bcryptjs": "^2.4.6",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"better-auth": "^1.5.6",
"jose": "^6.2.2",
"next": "^14.2.28",
"next": "^16.2.1",
"papaparse": "^5.5.3",
"prisma": "^6.19.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"prisma": "^7.6.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"zod": "^4.3.6"
},
@@ -45,12 +45,12 @@
"@types/bcrypt": "^6.0.0",
"@types/node": "^20",
"@types/papaparse": "^5.5.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"argon2": "^0.44.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.28",
"eslint": "^10.1.0",
"eslint-config-next": "^16.2.1",
"jsdom": "^29.0.1",
"tailwindcss": "^4",
"typescript": "^5",