|
48 | 48 | "check": "pnpm lint:fix && pnpm check-types && pnpm test" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "@ai-sdk/anthropic": "^2.0.45", |
52 | | - "@ai-sdk/google": "^2.0.42", |
| 51 | + "@ai-sdk/anthropic": "^2.0.49", |
| 52 | + "@ai-sdk/google": "^2.0.43", |
53 | 53 | "@ai-sdk/groq": "^2.0.31", |
54 | | - "@ai-sdk/openai": "^2.0.71", |
| 54 | + "@ai-sdk/openai": "^2.0.73", |
55 | 55 | "@ai-sdk/openai-compatible": "^1.0.27", |
56 | | - "@ai-sdk/react": "^2.0.100", |
57 | | - "@ai-sdk/xai": "^2.0.35", |
58 | | - "@aws-sdk/client-s3": "^3.937.0", |
59 | | - "@aws-sdk/s3-request-presigner": "^3.937.0", |
| 56 | + "@ai-sdk/react": "^2.0.102", |
| 57 | + "@ai-sdk/xai": "^2.0.38", |
| 58 | + "@aws-sdk/client-s3": "^3.940.0", |
| 59 | + "@aws-sdk/s3-request-presigner": "^3.940.0", |
60 | 60 | "@google/genai": "^1.30.0", |
61 | | - "@modelcontextprotocol/sdk": "^1.22.0", |
62 | | - "@openrouter/ai-sdk-provider": "^1.2.5", |
| 61 | + "@modelcontextprotocol/sdk": "^1.23.0", |
| 62 | + "@openrouter/ai-sdk-provider": "^1.2.7", |
63 | 63 | "@radix-ui/react-accordion": "^1.2.12", |
64 | 64 | "@radix-ui/react-avatar": "^1.1.11", |
65 | 65 | "@radix-ui/react-checkbox": "^1.3.3", |
|
84 | 84 | "@tiptap/suggestion": "^2.27.1", |
85 | 85 | "@vercel/blob": "^2.0.0", |
86 | 86 | "@xyflow/react": "^12.9.3", |
87 | | - "ai": "^5.0.100", |
| 87 | + "ai": "^5.0.102", |
88 | 88 | "bcrypt-ts": "^7.1.0", |
89 | | - "better-auth": "^1.3.34", |
| 89 | + "better-auth": "^1.4.3", |
90 | 90 | "chokidar": "^4.0.3", |
91 | 91 | "class-variance-authority": "^0.7.1", |
92 | 92 | "clsx": "^2.1.1", |
|
96 | 96 | "deepmerge": "^4.3.1", |
97 | 97 | "dotenv": "^16.6.1", |
98 | 98 | "drizzle-orm": "^0.41.0", |
99 | | - "emoji-picker-react": "^4.15.2", |
| 99 | + "emoji-picker-react": "^4.16.1", |
100 | 100 | "framer-motion": "^12.23.24", |
101 | 101 | "hast-util-to-jsx-runtime": "^2.3.6", |
102 | 102 | "ioredis": "^5.8.2", |
|
128 | 128 | "ts-safe": "^0.0.5", |
129 | 129 | "tw-animate-css": "^1.4.0", |
130 | 130 | "vaul": "^1.1.2", |
131 | | - "zod": "^4.1.12", |
| 131 | + "zod": "^4.1.13", |
132 | 132 | "zustand": "^5.0.8" |
133 | 133 | }, |
134 | 134 | "devDependencies": { |
135 | 135 | "@better-auth-kit/seed": "^1.0.12", |
136 | 136 | "@biomejs/biome": "1.9.4", |
137 | | - "@playwright/test": "^1.56.1", |
| 137 | + "@playwright/test": "^1.57.0", |
138 | 138 | "@tailwindcss/postcss": "^4.1.17", |
139 | 139 | "@types/json-schema": "^7.0.15", |
140 | 140 | "@types/node": "^20.19.25", |
141 | 141 | "@types/pg": "^8.15.6", |
142 | | - "@types/react": "^19.2.6", |
| 142 | + "@types/react": "^19.2.7", |
143 | 143 | "@types/react-dom": "^19.2.3", |
144 | 144 | "cross-env": "^7.0.3", |
145 | 145 | "dotenv-cli": "^10.0.0", |
|
0 commit comments