Skip to content

Commit cf29b5a

Browse files
committed
chore: update models
1 parent 051a974 commit cf29b5a

File tree

3 files changed

+1884
-1935
lines changed

3 files changed

+1884
-1935
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"check": "pnpm lint:fix && pnpm check-types && pnpm test"
4949
},
5050
"dependencies": {
51-
"@ai-sdk/anthropic": "^2.0.23",
52-
"@ai-sdk/google": "^2.0.17",
53-
"@ai-sdk/groq": "^2.0.22",
54-
"@ai-sdk/openai": "^2.0.44",
55-
"@ai-sdk/openai-compatible": "^1.0.19",
56-
"@ai-sdk/react": "^2.0.60",
57-
"@ai-sdk/xai": "^2.0.23",
58-
"@aws-sdk/client-s3": "^3.901.0",
59-
"@aws-sdk/s3-request-presigner": "^3.901.0",
60-
"@google/genai": "^1.22.0",
61-
"@modelcontextprotocol/sdk": "^1.19.1",
51+
"@ai-sdk/anthropic": "^2.0.39",
52+
"@ai-sdk/google": "^2.0.25",
53+
"@ai-sdk/groq": "^2.0.26",
54+
"@ai-sdk/openai": "^2.0.58",
55+
"@ai-sdk/openai-compatible": "^1.0.24",
56+
"@ai-sdk/react": "^2.0.82",
57+
"@ai-sdk/xai": "^2.0.29",
58+
"@aws-sdk/client-s3": "^3.920.0",
59+
"@aws-sdk/s3-request-presigner": "^3.920.0",
60+
"@google/genai": "^1.28.0",
61+
"@modelcontextprotocol/sdk": "^1.20.2",
6262
"@openrouter/ai-sdk-provider": "^1.2.0",
6363
"@radix-ui/react-accordion": "^1.2.12",
6464
"@radix-ui/react-avatar": "^1.1.10",
@@ -78,15 +78,15 @@
7878
"@radix-ui/react-tabs": "^1.1.13",
7979
"@radix-ui/react-toggle": "^1.1.10",
8080
"@radix-ui/react-tooltip": "^1.2.8",
81-
"@tiptap/extension-mention": "^2.26.2",
82-
"@tiptap/react": "^2.26.2",
83-
"@tiptap/starter-kit": "^2.26.1",
84-
"@tiptap/suggestion": "^2.26.2",
81+
"@tiptap/extension-mention": "^2.27.1",
82+
"@tiptap/react": "^2.27.1",
83+
"@tiptap/starter-kit": "^2.27.1",
84+
"@tiptap/suggestion": "^2.27.1",
8585
"@vercel/blob": "^2.0.0",
86-
"@xyflow/react": "^12.8.6",
87-
"ai": "^5.0.60",
86+
"@xyflow/react": "^12.9.1",
87+
"ai": "^5.0.82",
8888
"bcrypt-ts": "^7.1.0",
89-
"better-auth": "^1.3.27",
89+
"better-auth": "^1.3.34",
9090
"chokidar": "^4.0.3",
9191
"class-variance-authority": "^0.7.1",
9292
"clsx": "^2.1.1",
@@ -96,19 +96,19 @@
9696
"deepmerge": "^4.3.1",
9797
"dotenv": "^16.6.1",
9898
"drizzle-orm": "^0.41.0",
99-
"emoji-picker-react": "^4.14.0",
100-
"framer-motion": "^12.23.22",
99+
"emoji-picker-react": "^4.15.0",
100+
"framer-motion": "^12.23.24",
101101
"hast-util-to-jsx-runtime": "^2.3.6",
102-
"ioredis": "^5.8.1",
102+
"ioredis": "^5.8.2",
103103
"json-schema": "^0.4.0",
104104
"lucide-react": "^0.486.0",
105-
"mermaid": "^11.12.0",
105+
"mermaid": "^11.12.1",
106106
"nanoid": "^5.1.6",
107107
"next": "15.3.2",
108-
"next-intl": "^4.3.11",
108+
"next-intl": "^4.4.0",
109109
"next-themes": "^0.4.6",
110110
"ogl": "^1.0.11",
111-
"ollama-ai-provider-v2": "^1.4.1",
111+
"ollama-ai-provider-v2": "^1.5.2",
112112
"pg": "^8.16.3",
113113
"react": "^19.2.0",
114114
"react-dom": "^19.2.0",
@@ -117,7 +117,7 @@
117117
"recharts": "^2.15.4",
118118
"remark-gfm": "^4.0.1",
119119
"server-only": "^0.0.1",
120-
"shiki": "^3.13.0",
120+
"shiki": "^3.14.0",
121121
"sonner": "^2.0.7",
122122
"swr": "^2.3.6",
123123
"tailwind-merge": "^3.3.1",
@@ -131,22 +131,22 @@
131131
"devDependencies": {
132132
"@better-auth-kit/seed": "^1.0.12",
133133
"@biomejs/biome": "1.9.4",
134-
"@playwright/test": "^1.56.0",
135-
"@tailwindcss/postcss": "^4.1.14",
134+
"@playwright/test": "^1.56.1",
135+
"@tailwindcss/postcss": "^4.1.16",
136136
"@types/json-schema": "^7.0.15",
137-
"@types/node": "^20.19.19",
138-
"@types/pg": "^8.15.5",
137+
"@types/node": "^20.19.24",
138+
"@types/pg": "^8.15.6",
139139
"@types/react": "^19.2.2",
140-
"@types/react-dom": "^19.2.1",
140+
"@types/react-dom": "^19.2.2",
141141
"cross-env": "^7.0.3",
142142
"dotenv-cli": "^10.0.0",
143143
"drizzle-kit": "^0.30.6",
144-
"eslint": "^9.37.0",
144+
"eslint": "^9.38.0",
145145
"eslint-config-next": "15.3.0",
146146
"husky": "^9.1.7",
147-
"lint-staged": "^16.2.3",
147+
"lint-staged": "^16.2.6",
148148
"rimraf": "^6.0.1",
149-
"tailwindcss": "^4.1.14",
149+
"tailwindcss": "^4.1.16",
150150
"tsx": "^4.20.6",
151151
"typescript": "^5.9.3",
152152
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)