upgrade to next 15 (#151)

This commit is contained in:
KM Koushik
2025-05-02 20:49:37 +10:00
committed by GitHub
parent 6dc6b4d213
commit d2587aed0d
28 changed files with 6814 additions and 8889 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev -p 3000 --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
@@ -17,74 +17,77 @@
"db:migrate-reset": "prisma migrate reset"
},
"dependencies": {
"@auth/prisma-adapter": "^1.4.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/client-sesv2": "^3.535.0",
"@aws-sdk/client-sns": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@hono/swagger-ui": "^0.2.1",
"@hono/zod-openapi": "^0.10.0",
"@hookform/resolvers": "^3.3.4",
"@auth/prisma-adapter": "^2.9.0",
"@aws-sdk/client-s3": "^3.797.0",
"@aws-sdk/client-sesv2": "^3.797.0",
"@aws-sdk/client-sns": "^3.797.0",
"@aws-sdk/s3-request-presigner": "^3.797.0",
"@hono/swagger-ui": "^0.5.1",
"@hono/zod-openapi": "^0.19.5",
"@hookform/resolvers": "^5.0.1",
"@isaacs/ttlcache": "^1.4.1",
"@prisma/client": "^6.3.1",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.25.0",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@prisma/client": "^6.6.0",
"@t3-oss/env-nextjs": "^0.13.0",
"@tanstack/react-query": "^5.74.4",
"@trpc/client": "^11.1.1",
"@trpc/next": "^11.1.1",
"@trpc/react-query": "^11.1.1",
"@trpc/server": "^11.1.1",
"@unsend/email-editor": "workspace:*",
"@unsend/ui": "workspace:*",
"bullmq": "^5.41.0",
"chrono-node": "^2.7.6",
"date-fns": "^3.6.0",
"emoji-picker-react": "^4.12.0",
"framer-motion": "^11.0.24",
"hono": "^4.2.2",
"bullmq": "^5.51.1",
"chrono-node": "^2.8.0",
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.12.2",
"framer-motion": "^12.9.2",
"hono": "^4.7.7",
"html-to-text": "^9.0.5",
"ioredis": "^5.4.1",
"lucide-react": "^0.359.0",
"mime-types": "^2.1.35",
"nanoid": "^5.0.7",
"next": "^14.2.25",
"next-auth": "^4.24.6",
"pnpm": "^8.15.5",
"prisma": "^6.3.1",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",
"recharts": "^2.12.5",
"ioredis": "^5.6.1",
"lucide-react": "^0.503.0",
"mime-types": "^3.0.1",
"nanoid": "^5.1.5",
"next": "^15.3.1",
"next-auth": "^4.24.11",
"pnpm": "^10.9.0",
"prisma": "^6.6.0",
"query-string": "^9.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"recharts": "^2.15.3",
"server-only": "^0.0.1",
"stripe": "^17.6.0",
"superjson": "^2.2.1",
"tldts": "^6.1.16",
"ua-parser-js": "^1.0.38",
"stripe": "^18.0.0",
"superjson": "^2.2.2",
"tldts": "^7.0.4",
"ua-parser-js": "^2.0.3",
"unsend": "workspace:*",
"use-debounce": "^10.0.2",
"zod": "^3.22.4"
"use-debounce": "^10.0.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@types/eslint": "^8.56.2",
"@next/eslint-plugin-next": "^15.3.1",
"@types/eslint": "^9.6.1",
"@types/html-to-text": "^9.0.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@unsend/eslint-config": "workspace:*",
"@unsend/tailwind-config": "workspace:*",
"@unsend/typescript-config": "workspace:*",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"eslint": "^9.25.1",
"eslint-config-next": "^15.3.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"typescript": "^5.8.3"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
},
"ct3aMetadata": {
"initVersion": "7.30.0"