|
8 | 8 | "postinstall": "prisma generate", |
9 | 9 | "migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy", |
10 | 10 | "db:push": "dotenv -e .env.local -- prisma db push", |
11 | | - "start": "next start", |
12 | | - "lint": "biome lint ." |
| 11 | + "start": "next start" |
13 | 12 | }, |
14 | 13 | "dependencies": { |
15 | 14 | "@auth/prisma-adapter": "^2.10.0", |
16 | 15 | "@fuma-comment/react": "workspace:*", |
17 | 16 | "@fuma-comment/server": "workspace:*", |
18 | 17 | "@octokit/rest": "^22.0.0", |
19 | | - "@prisma/client": "^6.13.0", |
20 | | - "@radix-ui/react-select": "^2.2.5", |
| 18 | + "@prisma/client": "^6.15.0", |
| 19 | + "@radix-ui/react-select": "^2.2.6", |
21 | 20 | "@vercel/postgres": "^0.10.0", |
22 | 21 | "cva": "1.0.0-beta.2", |
23 | 22 | "date-fns": "^4.1.0", |
24 | | - "fumadocs-core": "^15.6.8", |
25 | | - "fumadocs-docgen": "^2.1.0", |
26 | | - "fumadocs-mdx": "^11.7.3", |
27 | | - "fumadocs-ui": "^15.6.8", |
28 | | - "lucide-react": "^0.536.0", |
29 | | - "next": "^15.4.5", |
| 23 | + "fumadocs-core": "^15.7.6", |
| 24 | + "fumadocs-docgen": "^3.0.0", |
| 25 | + "fumadocs-mdx": "^11.8.2", |
| 26 | + "fumadocs-ui": "^15.7.6", |
| 27 | + "lucide-react": "^0.542.0", |
| 28 | + "next": "^15.5.2", |
30 | 29 | "next-auth": "^4.24.11", |
31 | 30 | "next-themes": "^0.4.6", |
32 | | - "prisma": "^6.13.0", |
| 31 | + "prisma": "^6.15.0", |
33 | 32 | "react": "^19.1.1", |
34 | 33 | "react-dom": "^19.1.1", |
35 | | - "recharts": "^3.1.0", |
| 34 | + "recharts": "^3.1.2", |
36 | 35 | "tailwind-merge": "^3.3.1", |
37 | | - "uploadthing": "^7.7.3", |
38 | | - "zod": "^4.0.14" |
| 36 | + "uploadthing": "^7.7.4", |
| 37 | + "zod": "^4.1.5" |
39 | 38 | }, |
40 | 39 | "devDependencies": { |
41 | | - "@tailwindcss/postcss": "^4.1.11", |
| 40 | + "@tailwindcss/postcss": "^4.1.12", |
42 | 41 | "@types/mdx": "^2.0.13", |
43 | | - "@types/node": "^24.1.0", |
44 | | - "@types/react": "^19.1.9", |
45 | | - "@types/react-dom": "^19.1.7", |
| 42 | + "@types/node": "^24.3.0", |
| 43 | + "@types/react": "^19.1.12", |
| 44 | + "@types/react-dom": "^19.1.9", |
46 | 45 | "postcss": "^8.5.6", |
47 | | - "tailwindcss": "^4.1.11", |
| 46 | + "tailwindcss": "^4.1.12", |
48 | 47 | "tsconfig": "workspace:*", |
49 | | - "tsx": "^4.20.3", |
| 48 | + "tsx": "^4.20.5", |
50 | 49 | "typescript": "^5.9.2" |
51 | 50 | } |
52 | 51 | } |
0 commit comments