Skip to content

Commit 468d304

Browse files
committed
chore: models version
1 parent 666c395 commit 468d304

File tree

3 files changed

+724
-742
lines changed

3 files changed

+724
-742
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"check": "pnpm lint:fix && pnpm check-types && pnpm test"
4949
},
5050
"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",
5353
"@ai-sdk/groq": "^2.0.31",
54-
"@ai-sdk/openai": "^2.0.71",
54+
"@ai-sdk/openai": "^2.0.73",
5555
"@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",
6060
"@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",
6363
"@radix-ui/react-accordion": "^1.2.12",
6464
"@radix-ui/react-avatar": "^1.1.11",
6565
"@radix-ui/react-checkbox": "^1.3.3",
@@ -84,9 +84,9 @@
8484
"@tiptap/suggestion": "^2.27.1",
8585
"@vercel/blob": "^2.0.0",
8686
"@xyflow/react": "^12.9.3",
87-
"ai": "^5.0.100",
87+
"ai": "^5.0.102",
8888
"bcrypt-ts": "^7.1.0",
89-
"better-auth": "^1.3.34",
89+
"better-auth": "^1.4.3",
9090
"chokidar": "^4.0.3",
9191
"class-variance-authority": "^0.7.1",
9292
"clsx": "^2.1.1",
@@ -96,7 +96,7 @@
9696
"deepmerge": "^4.3.1",
9797
"dotenv": "^16.6.1",
9898
"drizzle-orm": "^0.41.0",
99-
"emoji-picker-react": "^4.15.2",
99+
"emoji-picker-react": "^4.16.1",
100100
"framer-motion": "^12.23.24",
101101
"hast-util-to-jsx-runtime": "^2.3.6",
102102
"ioredis": "^5.8.2",
@@ -128,18 +128,18 @@
128128
"ts-safe": "^0.0.5",
129129
"tw-animate-css": "^1.4.0",
130130
"vaul": "^1.1.2",
131-
"zod": "^4.1.12",
131+
"zod": "^4.1.13",
132132
"zustand": "^5.0.8"
133133
},
134134
"devDependencies": {
135135
"@better-auth-kit/seed": "^1.0.12",
136136
"@biomejs/biome": "1.9.4",
137-
"@playwright/test": "^1.56.1",
137+
"@playwright/test": "^1.57.0",
138138
"@tailwindcss/postcss": "^4.1.17",
139139
"@types/json-schema": "^7.0.15",
140140
"@types/node": "^20.19.25",
141141
"@types/pg": "^8.15.6",
142-
"@types/react": "^19.2.6",
142+
"@types/react": "^19.2.7",
143143
"@types/react-dom": "^19.2.3",
144144
"cross-env": "^7.0.3",
145145
"dotenv-cli": "^10.0.0",

0 commit comments

Comments
 (0)