|
2 | 2 | "name": "repo-base", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "type": "module", |
5 | 6 | "scripts": { |
6 | 7 | "dev": "next dev --turbopack", |
7 | 8 | "build": "next build", |
8 | 9 | "start": "next start", |
9 | 10 | "lint": "next lint" |
10 | 11 | }, |
11 | 12 | "dependencies": { |
12 | | - "@ai-sdk/google": "^1.1.11", |
13 | | - "@assistant-ui/react": "^0.7.77", |
14 | | - "@assistant-ui/react-ai-sdk": "^0.7.15", |
15 | | - "@assistant-ui/react-markdown": "^0.7.20", |
16 | | - "@mastra/core": "0.2.0-alpha.99", |
17 | | - "@mastra/memory": "0.1.0-alpha.85", |
18 | | - "@mastra/pg": "0.1.0-alpha.13", |
| 13 | + "@assistant-ui/react": "^0.11.39", |
| 14 | + "@assistant-ui/react-ai-sdk": "^1.1.11", |
| 15 | + "@assistant-ui/react-markdown": "^0.11.4", |
| 16 | + "@mastra/ai-sdk": "^0.2.7", |
| 17 | + "@mastra/core": "^0.24.1", |
| 18 | + "@mastra/memory": "^0.15.11", |
| 19 | + "@mastra/pg": "^0.17.8", |
19 | 20 | "@radix-ui/react-avatar": "^1.1.3", |
20 | 21 | "@radix-ui/react-dialog": "^1.1.6", |
21 | 22 | "@radix-ui/react-label": "^2.1.2", |
22 | 23 | "@radix-ui/react-separator": "^1.1.2", |
23 | 24 | "@radix-ui/react-slot": "^1.1.2", |
24 | 25 | "@radix-ui/react-tooltip": "^1.1.8", |
25 | 26 | "@tailwindcss/postcss": "^4.0.6", |
26 | | - "ai": "^4.1.34", |
| 27 | + "ai": "^5.0.95", |
27 | 28 | "class-variance-authority": "^0.7.1", |
28 | 29 | "clsx": "^2.1.1", |
29 | 30 | "dotenv": "^16.4.7", |
30 | | - "drizzle-orm": "^0.39.3", |
31 | 31 | "lucide-react": "^0.475.0", |
32 | | - "next": "15.1.7", |
| 32 | + "next": "^16.0.3", |
33 | 33 | "next-safe-action": "^7.10.3", |
34 | 34 | "next-themes": "^0.4.4", |
35 | | - "octokit": "^4.1.1", |
| 35 | + "octokit": "^5.0.5", |
36 | 36 | "react": "^19.0.0", |
37 | 37 | "react-dom": "^19.0.0", |
38 | 38 | "recharts": "^2.15.1", |
39 | 39 | "remark-gfm": "^4.0.1", |
40 | 40 | "tailwind-merge": "^3.0.1", |
41 | 41 | "tailwindcss-animate": "^1.0.7", |
42 | | - "zod": "^3.24.2" |
| 42 | + "zod": "^4.1.12" |
43 | 43 | }, |
44 | 44 | "overrides": { |
45 | 45 | "react-is": "^19.0.0" |
|
51 | 51 | "@types/pg": "^8.11.11", |
52 | 52 | "@types/react": "^19", |
53 | 53 | "@types/react-dom": "^19", |
54 | | - "drizzle-kit": "^0.30.4", |
55 | 54 | "eslint": "^9", |
56 | 55 | "eslint-config-next": "15.1.7", |
57 | 56 | "import-in-the-middle": "^1.13.0", |
58 | 57 | "libsql": "0.5.0-pre.6", |
59 | | - "pg": "8.13.1", |
| 58 | + "pg": "^8.16.3", |
60 | 59 | "postcss": "^8.5.2", |
61 | 60 | "require-in-the-middle": "^7.5.1", |
62 | 61 | "tailwindcss": "^4.0.0", |
|
0 commit comments