|
2 | 2 | "name": "docs", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
| 5 | + "type": "module", |
5 | 6 | "scripts": { |
6 | 7 | "dev": "next dev --turbo", |
7 | 8 | "build": "prisma migrate deploy && next build", |
8 | | - "postinstall": "prisma generate", |
| 9 | + "postinstall": "dotenv -e .env.local -- prisma generate", |
9 | 10 | "migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy", |
10 | 11 | "db:push": "dotenv -e .env.local -- prisma db push", |
11 | 12 | "start": "next start" |
12 | 13 | }, |
13 | 14 | "dependencies": { |
14 | | - "@auth/prisma-adapter": "^2.10.0", |
| 15 | + "@auth/prisma-adapter": "^2.11.1", |
15 | 16 | "@fuma-comment/react": "workspace:*", |
16 | 17 | "@fuma-comment/server": "workspace:*", |
17 | | - "@octokit/rest": "^22.0.0", |
18 | | - "@prisma/client": "^6.15.0", |
| 18 | + "@octokit/rest": "^22.0.1", |
| 19 | + "@prisma/adapter-pg": "^7.0.1", |
| 20 | + "@prisma/client": "^7.0.1", |
| 21 | + "@prisma/client-runtime-utils": "^7.0.1", |
19 | 22 | "@radix-ui/react-select": "^2.2.6", |
20 | 23 | "@vercel/postgres": "^0.10.0", |
21 | | - "cva": "1.0.0-beta.2", |
| 24 | + "cva": "1.0.0-beta.4", |
22 | 25 | "date-fns": "^4.1.0", |
23 | | - "fumadocs-core": "^15.7.9", |
24 | | - "fumadocs-docgen": "^3.0.0", |
25 | | - "fumadocs-mdx": "^11.8.3", |
26 | | - "fumadocs-ui": "^15.7.9", |
27 | | - "lucide-react": "^0.542.0", |
28 | | - "next": "^15.5.2", |
29 | | - "next-auth": "^4.24.11", |
| 26 | + "fumadocs-core": "^16.1.0", |
| 27 | + "fumadocs-docgen": "^3.0.4", |
| 28 | + "fumadocs-mdx": "^14.0.3", |
| 29 | + "fumadocs-ui": "^16.1.0", |
| 30 | + "lucide-react": "^0.555.0", |
| 31 | + "next": "^16.0.4", |
| 32 | + "next-auth": "^4.24.13", |
30 | 33 | "next-themes": "^0.4.6", |
31 | | - "prisma": "^6.15.0", |
32 | | - "react": "^19.1.1", |
33 | | - "react-dom": "^19.1.1", |
34 | | - "recharts": "^3.1.2", |
35 | | - "tailwind-merge": "^3.3.1", |
| 34 | + "pg": "^8.16.3", |
| 35 | + "react": "^19.2.0", |
| 36 | + "react-dom": "^19.2.0", |
| 37 | + "recharts": "^3.5.0", |
| 38 | + "tailwind-merge": "^3.4.0", |
36 | 39 | "uploadthing": "^7.7.4", |
37 | | - "zod": "^4.1.5" |
| 40 | + "zod": "^4.1.13" |
38 | 41 | }, |
39 | 42 | "devDependencies": { |
40 | | - "@tailwindcss/postcss": "^4.1.13", |
| 43 | + "@tailwindcss/postcss": "^4.1.17", |
41 | 44 | "@types/mdx": "^2.0.13", |
42 | | - "@types/node": "^24.3.1", |
43 | | - "@types/react": "^19.1.12", |
44 | | - "@types/react-dom": "^19.1.9", |
| 45 | + "@types/node": "^24.10.1", |
| 46 | + "@types/react": "^19.2.7", |
| 47 | + "@types/react-dom": "^19.2.3", |
45 | 48 | "postcss": "^8.5.6", |
46 | | - "tailwindcss": "^4.1.13", |
| 49 | + "prisma": "^7.0.1", |
| 50 | + "tailwindcss": "^4.1.17", |
47 | 51 | "tsconfig": "workspace:*", |
48 | | - "tsx": "^4.20.5", |
49 | | - "typescript": "^5.9.2" |
| 52 | + "tsx": "^4.20.6", |
| 53 | + "typescript": "^5.9.3" |
50 | 54 | } |
51 | 55 | } |
0 commit comments