|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "next dev -p 3000", |
| 7 | + "dev": "next dev -p 3000 --turbopack", |
8 | 8 | "build": "next build", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "eslint . --max-warnings 0", |
|
17 | 17 | "db:migrate-reset": "prisma migrate reset" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@auth/prisma-adapter": "^1.4.0", |
21 | | - "@aws-sdk/client-s3": "^3.637.0", |
22 | | - "@aws-sdk/client-sesv2": "^3.535.0", |
23 | | - "@aws-sdk/client-sns": "^3.540.0", |
24 | | - "@aws-sdk/s3-request-presigner": "^3.637.0", |
25 | | - "@hono/swagger-ui": "^0.2.1", |
26 | | - "@hono/zod-openapi": "^0.10.0", |
27 | | - "@hookform/resolvers": "^3.3.4", |
| 20 | + "@auth/prisma-adapter": "^2.9.0", |
| 21 | + "@aws-sdk/client-s3": "^3.797.0", |
| 22 | + "@aws-sdk/client-sesv2": "^3.797.0", |
| 23 | + "@aws-sdk/client-sns": "^3.797.0", |
| 24 | + "@aws-sdk/s3-request-presigner": "^3.797.0", |
| 25 | + "@hono/swagger-ui": "^0.5.1", |
| 26 | + "@hono/zod-openapi": "^0.19.5", |
| 27 | + "@hookform/resolvers": "^5.0.1", |
28 | 28 | "@isaacs/ttlcache": "^1.4.1", |
29 | | - "@prisma/client": "^6.3.1", |
30 | | - "@t3-oss/env-nextjs": "^0.9.2", |
31 | | - "@tanstack/react-query": "^5.25.0", |
32 | | - "@trpc/client": "next", |
33 | | - "@trpc/next": "next", |
34 | | - "@trpc/react-query": "next", |
35 | | - "@trpc/server": "next", |
| 29 | + "@prisma/client": "^6.6.0", |
| 30 | + "@t3-oss/env-nextjs": "^0.13.0", |
| 31 | + "@tanstack/react-query": "^5.74.4", |
| 32 | + "@trpc/client": "^11.1.1", |
| 33 | + "@trpc/next": "^11.1.1", |
| 34 | + "@trpc/react-query": "^11.1.1", |
| 35 | + "@trpc/server": "^11.1.1", |
36 | 36 | "@unsend/email-editor": "workspace:*", |
37 | 37 | "@unsend/ui": "workspace:*", |
38 | | - "bullmq": "^5.41.0", |
39 | | - "chrono-node": "^2.7.6", |
40 | | - "date-fns": "^3.6.0", |
41 | | - "emoji-picker-react": "^4.12.0", |
42 | | - "framer-motion": "^11.0.24", |
43 | | - "hono": "^4.2.2", |
| 38 | + "bullmq": "^5.51.1", |
| 39 | + "chrono-node": "^2.8.0", |
| 40 | + "date-fns": "^4.1.0", |
| 41 | + "emoji-picker-react": "^4.12.2", |
| 42 | + "framer-motion": "^12.9.2", |
| 43 | + "hono": "^4.7.7", |
44 | 44 | "html-to-text": "^9.0.5", |
45 | | - "ioredis": "^5.4.1", |
46 | | - "lucide-react": "^0.359.0", |
47 | | - "mime-types": "^2.1.35", |
48 | | - "nanoid": "^5.0.7", |
49 | | - "next": "^14.2.25", |
50 | | - "next-auth": "^4.24.6", |
51 | | - "pnpm": "^8.15.5", |
52 | | - "prisma": "^6.3.1", |
53 | | - "query-string": "^9.0.0", |
54 | | - "react": "18.2.0", |
55 | | - "react-dom": "18.2.0", |
56 | | - "react-hook-form": "^7.51.3", |
57 | | - "recharts": "^2.12.5", |
| 45 | + "ioredis": "^5.6.1", |
| 46 | + "lucide-react": "^0.503.0", |
| 47 | + "mime-types": "^3.0.1", |
| 48 | + "nanoid": "^5.1.5", |
| 49 | + "next": "^15.3.1", |
| 50 | + "next-auth": "^4.24.11", |
| 51 | + "pnpm": "^10.9.0", |
| 52 | + "prisma": "^6.6.0", |
| 53 | + "query-string": "^9.1.1", |
| 54 | + "react": "19.1.0", |
| 55 | + "react-dom": "19.1.0", |
| 56 | + "react-hook-form": "^7.56.1", |
| 57 | + "recharts": "^2.15.3", |
58 | 58 | "server-only": "^0.0.1", |
59 | | - "stripe": "^17.6.0", |
60 | | - "superjson": "^2.2.1", |
61 | | - "tldts": "^6.1.16", |
62 | | - "ua-parser-js": "^1.0.38", |
| 59 | + "stripe": "^18.0.0", |
| 60 | + "superjson": "^2.2.2", |
| 61 | + "tldts": "^7.0.4", |
| 62 | + "ua-parser-js": "^2.0.3", |
63 | 63 | "unsend": "workspace:*", |
64 | | - "use-debounce": "^10.0.2", |
65 | | - "zod": "^3.22.4" |
| 64 | + "use-debounce": "^10.0.4", |
| 65 | + "zod": "^3.24.3" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@next/eslint-plugin-next": "^14.2.2", |
69 | | - "@types/eslint": "^8.56.2", |
| 68 | + "@next/eslint-plugin-next": "^15.3.1", |
| 69 | + "@types/eslint": "^9.6.1", |
70 | 70 | "@types/html-to-text": "^9.0.4", |
71 | 71 | "@types/mime-types": "^2.1.4", |
72 | | - "@types/node": "^20.11.20", |
73 | | - "@types/react": "^18.2.57", |
74 | | - "@types/react-dom": "^18.2.19", |
| 72 | + "@types/node": "^22.15.2", |
| 73 | + "@types/react": "^19.1.2", |
| 74 | + "@types/react-dom": "^19.1.2", |
75 | 75 | "@types/ua-parser-js": "^0.7.39", |
76 | | - "@typescript-eslint/eslint-plugin": "^7.1.1", |
77 | | - "@typescript-eslint/parser": "^7.1.1", |
| 76 | + "@typescript-eslint/eslint-plugin": "^8.31.0", |
| 77 | + "@typescript-eslint/parser": "^8.31.0", |
78 | 78 | "@unsend/eslint-config": "workspace:*", |
79 | 79 | "@unsend/tailwind-config": "workspace:*", |
80 | 80 | "@unsend/typescript-config": "workspace:*", |
81 | | - "eslint": "^8.57.0", |
82 | | - "eslint-config-next": "^14.1.3", |
83 | | - "postcss": "^8.4.34", |
84 | | - "prettier": "^3.2.5", |
85 | | - "prettier-plugin-tailwindcss": "^0.5.11", |
| 81 | + "eslint": "^9.25.1", |
| 82 | + "eslint-config-next": "^15.3.1", |
| 83 | + "postcss": "^8.5.3", |
| 84 | + "prettier": "^3.5.3", |
| 85 | + "prettier-plugin-tailwindcss": "^0.6.11", |
86 | 86 | "tailwindcss": "^3.4.1", |
87 | | - "typescript": "^5.4.2" |
| 87 | + "typescript": "^5.8.3" |
| 88 | + }, |
| 89 | + "overrides": { |
| 90 | + "react-is": "^19.0.0-rc-69d4b800-20241021" |
88 | 91 | }, |
89 | 92 | "ct3aMetadata": { |
90 | 93 | "initVersion": "7.30.0" |
|
0 commit comments