|
5 | 5 | "packageManager": "pnpm@10.12.4", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "concurrently --kill-others \"next dev --turbopack --port 3001\" \"pnpm run db:sync --accept-data-loss && pnpm run db:studio\"", |
8 | | - "build": "prisma generate && next build", |
| 8 | + "build": "prisma generate && prisma db push && next build", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "eslint . && prettier --check .", |
11 | 11 | "format": "prettier --write .", |
|
34 | 34 | "@dnd-kit/sortable": "^10.0.0", |
35 | 35 | "@dnd-kit/utilities": "^3.2.2", |
36 | 36 | "@google/genai": "^1.46.0", |
37 | | - "@prisma/adapter-pg": "^7.4.0", |
38 | | - "@prisma/client": "^7.4.0", |
39 | | - "@prisma/client-runtime-utils": "^7.4.0", |
40 | | - "@react-email/components": "^1.0.8", |
| 37 | + "@prisma/adapter-pg": "^7.5.0", |
| 38 | + "@prisma/client": "^7.5.0", |
| 39 | + "@prisma/client-runtime-utils": "^7.5.0", |
| 40 | + "@react-email/components": "^1.0.10", |
41 | 41 | "@react-email/render": "^2.0.4", |
42 | | - "@slack/web-api": "^7.14.1", |
43 | | - "@tailwindcss/postcss": "^4.2.0", |
44 | | - "@types/node": "^25.3.0", |
| 42 | + "@slack/web-api": "^7.15.0", |
| 43 | + "@tailwindcss/postcss": "^4.2.2", |
| 44 | + "@types/node": "^25.5.0", |
45 | 45 | "@types/react": "^19.2.14", |
46 | 46 | "@types/react-dom": "^19.2.3", |
47 | | - "@upstash/qstash": "^2.9.0", |
48 | | - "@upstash/redis": "^1.36.2", |
| 47 | + "@upstash/qstash": "^2.10.1", |
| 48 | + "@upstash/redis": "^1.37.0", |
49 | 49 | "@vercel/analytics": "^1.6.1", |
50 | | - "@vercel/blob": "^2.2.0", |
| 50 | + "@vercel/blob": "^2.3.1", |
51 | 51 | "bcryptjs": "^3.0.3", |
52 | 52 | "class-variance-authority": "^0.7.1", |
53 | 53 | "clsx": "^2.1.1", |
54 | 54 | "dotenv": "^17.3.1", |
55 | 55 | "lucide-react": "^0.574.0", |
56 | | - "motion": "^12.34.2", |
57 | | - "next": "^16.1.6", |
| 56 | + "motion": "^12.38.0", |
| 57 | + "next": "^16.2.1", |
58 | 58 | "next-auth": "5.0.0-beta.30", |
59 | | - "nodemailer": "^8.0.1", |
60 | | - "openai": "^6.22.0", |
61 | | - "postcss": "^8.5.6", |
62 | | - "prisma": "^7.4.0", |
| 59 | + "nodemailer": "^8.0.3", |
| 60 | + "openai": "^6.32.0", |
| 61 | + "postcss": "^8.5.8", |
| 62 | + "prisma": "^7.5.0", |
63 | 63 | "radix-ui": "^1.4.3", |
64 | 64 | "react": "^19.2.4", |
65 | 65 | "react-dom": "^19.2.4", |
66 | | - "resend": "^6.9.2", |
| 66 | + "resend": "^6.9.4", |
67 | 67 | "sharp": "^0.34.5", |
68 | 68 | "sonner": "^2.0.7", |
69 | | - "stripe": "^20.3.1", |
| 69 | + "stripe": "^20.4.1", |
70 | 70 | "tailwind-merge": "^3.5.0", |
71 | | - "tailwindcss": "^4.2.0", |
| 71 | + "tailwindcss": "^4.2.2", |
72 | 72 | "twitter-api-v2": "^1.29.0", |
73 | 73 | "typescript": "^5.9.3", |
74 | 74 | "zod": "^4.3.6" |
|
78 | 78 | "@testing-library/react": "^16.3.2", |
79 | 79 | "@testing-library/user-event": "^14.6.1", |
80 | 80 | "@types/jest": "^30.0.0", |
81 | | - "@types/nodemailer": "^7.0.10", |
| 81 | + "@types/nodemailer": "^7.0.11", |
82 | 82 | "concurrently": "^9.2.1", |
83 | | - "eslint": "^9.39.2", |
84 | | - "eslint-config-next": "^16.1.6", |
| 83 | + "eslint": "^9.39.4", |
| 84 | + "eslint-config-next": "^16.2.1", |
85 | 85 | "husky": "^9.1.7", |
86 | | - "jest": "^30.2.0", |
87 | | - "jest-environment-jsdom": "^30.2.0", |
| 86 | + "jest": "^30.3.0", |
| 87 | + "jest-environment-jsdom": "^30.3.0", |
88 | 88 | "jest-mock-extended": "^4.0.0", |
89 | | - "lint-staged": "^16.2.7", |
| 89 | + "lint-staged": "^16.4.0", |
90 | 90 | "node-mocks-http": "^1.17.2", |
91 | 91 | "prettier": "^3.8.1", |
92 | 92 | "prettier-plugin-tailwindcss": "^0.7.2", |
93 | | - "puppeteer": "^24.37.5", |
| 93 | + "puppeteer": "^24.40.0", |
94 | 94 | "shadcn": "^3.8.5", |
95 | 95 | "ts-jest": "^29.4.6", |
96 | 96 | "tsx": "^4.21.0", |
|
0 commit comments