update nextjs

This commit is contained in:
2025-12-14 16:22:50 -06:00
parent c97bef9241
commit 741c07ab3f
2 changed files with 102 additions and 89 deletions

View File

@@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build --turbopack",
"start": "next start",
"start:cron": "tsx cron-sync.ts"
"start:cron": "tsx cron-sync.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.888.0",
@@ -18,7 +18,7 @@
"emailjs": "^4.0.3",
"mailparser": "^3.7.4",
"marked": "^16.3.0",
"next": "15.5.3",
"next": "^15.5.9",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.6",
"p-limit": "^7.1.1",
@@ -36,7 +36,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.31.4",
"drizzle-kit": "^0.31.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"ts-node": "^10.9.2",