Skip to content

Commit 07d02e5

Browse files
committed
chore: openai image mini model
1 parent fa7ef82 commit 07d02e5

File tree

4 files changed

+662
-657
lines changed

4 files changed

+662
-657
lines changed

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@ai-sdk/anthropic": "^2.0.23",
5252
"@ai-sdk/google": "^2.0.17",
5353
"@ai-sdk/groq": "^2.0.22",
54-
"@ai-sdk/openai": "^2.0.42",
54+
"@ai-sdk/openai": "^2.0.44",
5555
"@ai-sdk/openai-compatible": "^1.0.19",
5656
"@ai-sdk/react": "^2.0.60",
5757
"@ai-sdk/xai": "^2.0.23",
@@ -86,7 +86,7 @@
8686
"@xyflow/react": "^12.8.6",
8787
"ai": "^5.0.60",
8888
"bcrypt-ts": "^7.1.0",
89-
"better-auth": "^1.3.26",
89+
"better-auth": "^1.3.27",
9090
"chokidar": "^4.0.3",
9191
"class-variance-authority": "^0.7.1",
9292
"clsx": "^2.1.1",
@@ -99,13 +99,13 @@
9999
"emoji-picker-react": "^4.14.0",
100100
"framer-motion": "^12.23.22",
101101
"hast-util-to-jsx-runtime": "^2.3.6",
102-
"ioredis": "^5.8.0",
102+
"ioredis": "^5.8.1",
103103
"json-schema": "^0.4.0",
104104
"lucide-react": "^0.486.0",
105105
"mermaid": "^11.12.0",
106106
"nanoid": "^5.1.6",
107107
"next": "15.3.2",
108-
"next-intl": "^4.3.9",
108+
"next-intl": "^4.3.11",
109109
"next-themes": "^0.4.6",
110110
"ogl": "^1.0.11",
111111
"ollama-ai-provider-v2": "^1.4.1",
@@ -125,19 +125,19 @@
125125
"ts-safe": "^0.0.5",
126126
"tw-animate-css": "^1.4.0",
127127
"vaul": "^1.1.2",
128-
"zod": "^4.1.11",
128+
"zod": "^4.1.12",
129129
"zustand": "^5.0.8"
130130
},
131131
"devDependencies": {
132132
"@better-auth-kit/seed": "^1.0.12",
133133
"@biomejs/biome": "1.9.4",
134-
"@playwright/test": "^1.55.1",
134+
"@playwright/test": "^1.56.0",
135135
"@tailwindcss/postcss": "^4.1.14",
136136
"@types/json-schema": "^7.0.15",
137137
"@types/node": "^20.19.19",
138138
"@types/pg": "^8.15.5",
139-
"@types/react": "^19.2.0",
140-
"@types/react-dom": "^19.2.0",
139+
"@types/react": "^19.2.2",
140+
"@types/react-dom": "^19.2.1",
141141
"cross-env": "^7.0.3",
142142
"dotenv-cli": "^10.0.0",
143143
"drizzle-kit": "^0.30.6",
@@ -153,10 +153,7 @@
153153
"vitest": "^3.2.4"
154154
},
155155
"lint-staged": {
156-
"*.{js,json,mjs,ts,yaml,tsx,css}": [
157-
"pnpm format",
158-
"pnpm lint:fix"
159-
]
156+
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
160157
},
161158
"packageManager": "[email protected]",
162159
"engines": {

0 commit comments

Comments
 (0)