Skip to content

Commit 608498d

Browse files
ianmaccallumclaude
andcommitted
build: add prisma db push to build script and update dependencies
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 97b4bdf commit 608498d

File tree

2 files changed

+1386
-1326
lines changed

2 files changed

+1386
-1326
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "pnpm@10.12.4",
66
"scripts": {
77
"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",
99
"start": "next start",
1010
"lint": "eslint . && prettier --check .",
1111
"format": "prettier --write .",
@@ -34,41 +34,41 @@
3434
"@dnd-kit/sortable": "^10.0.0",
3535
"@dnd-kit/utilities": "^3.2.2",
3636
"@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",
4141
"@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",
4545
"@types/react": "^19.2.14",
4646
"@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",
4949
"@vercel/analytics": "^1.6.1",
50-
"@vercel/blob": "^2.2.0",
50+
"@vercel/blob": "^2.3.1",
5151
"bcryptjs": "^3.0.3",
5252
"class-variance-authority": "^0.7.1",
5353
"clsx": "^2.1.1",
5454
"dotenv": "^17.3.1",
5555
"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",
5858
"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",
6363
"radix-ui": "^1.4.3",
6464
"react": "^19.2.4",
6565
"react-dom": "^19.2.4",
66-
"resend": "^6.9.2",
66+
"resend": "^6.9.4",
6767
"sharp": "^0.34.5",
6868
"sonner": "^2.0.7",
69-
"stripe": "^20.3.1",
69+
"stripe": "^20.4.1",
7070
"tailwind-merge": "^3.5.0",
71-
"tailwindcss": "^4.2.0",
71+
"tailwindcss": "^4.2.2",
7272
"twitter-api-v2": "^1.29.0",
7373
"typescript": "^5.9.3",
7474
"zod": "^4.3.6"
@@ -78,19 +78,19 @@
7878
"@testing-library/react": "^16.3.2",
7979
"@testing-library/user-event": "^14.6.1",
8080
"@types/jest": "^30.0.0",
81-
"@types/nodemailer": "^7.0.10",
81+
"@types/nodemailer": "^7.0.11",
8282
"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",
8585
"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",
8888
"jest-mock-extended": "^4.0.0",
89-
"lint-staged": "^16.2.7",
89+
"lint-staged": "^16.4.0",
9090
"node-mocks-http": "^1.17.2",
9191
"prettier": "^3.8.1",
9292
"prettier-plugin-tailwindcss": "^0.7.2",
93-
"puppeteer": "^24.37.5",
93+
"puppeteer": "^24.40.0",
9494
"shadcn": "^3.8.5",
9595
"ts-jest": "^29.4.6",
9696
"tsx": "^4.21.0",

0 commit comments

Comments
 (0)