update nextjs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user