|
51 | 51 | "@ai-sdk/anthropic": "^2.0.23", |
52 | 52 | "@ai-sdk/google": "^2.0.17", |
53 | 53 | "@ai-sdk/groq": "^2.0.22", |
54 | | - "@ai-sdk/openai": "^2.0.42", |
| 54 | + "@ai-sdk/openai": "^2.0.44", |
55 | 55 | "@ai-sdk/openai-compatible": "^1.0.19", |
56 | 56 | "@ai-sdk/react": "^2.0.60", |
57 | 57 | "@ai-sdk/xai": "^2.0.23", |
|
86 | 86 | "@xyflow/react": "^12.8.6", |
87 | 87 | "ai": "^5.0.60", |
88 | 88 | "bcrypt-ts": "^7.1.0", |
89 | | - "better-auth": "^1.3.26", |
| 89 | + "better-auth": "^1.3.27", |
90 | 90 | "chokidar": "^4.0.3", |
91 | 91 | "class-variance-authority": "^0.7.1", |
92 | 92 | "clsx": "^2.1.1", |
|
99 | 99 | "emoji-picker-react": "^4.14.0", |
100 | 100 | "framer-motion": "^12.23.22", |
101 | 101 | "hast-util-to-jsx-runtime": "^2.3.6", |
102 | | - "ioredis": "^5.8.0", |
| 102 | + "ioredis": "^5.8.1", |
103 | 103 | "json-schema": "^0.4.0", |
104 | 104 | "lucide-react": "^0.486.0", |
105 | 105 | "mermaid": "^11.12.0", |
106 | 106 | "nanoid": "^5.1.6", |
107 | 107 | "next": "15.3.2", |
108 | | - "next-intl": "^4.3.9", |
| 108 | + "next-intl": "^4.3.11", |
109 | 109 | "next-themes": "^0.4.6", |
110 | 110 | "ogl": "^1.0.11", |
111 | 111 | "ollama-ai-provider-v2": "^1.4.1", |
|
125 | 125 | "ts-safe": "^0.0.5", |
126 | 126 | "tw-animate-css": "^1.4.0", |
127 | 127 | "vaul": "^1.1.2", |
128 | | - "zod": "^4.1.11", |
| 128 | + "zod": "^4.1.12", |
129 | 129 | "zustand": "^5.0.8" |
130 | 130 | }, |
131 | 131 | "devDependencies": { |
132 | 132 | "@better-auth-kit/seed": "^1.0.12", |
133 | 133 | "@biomejs/biome": "1.9.4", |
134 | | - "@playwright/test": "^1.55.1", |
| 134 | + "@playwright/test": "^1.56.0", |
135 | 135 | "@tailwindcss/postcss": "^4.1.14", |
136 | 136 | "@types/json-schema": "^7.0.15", |
137 | 137 | "@types/node": "^20.19.19", |
138 | 138 | "@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", |
141 | 141 | "cross-env": "^7.0.3", |
142 | 142 | "dotenv-cli": "^10.0.0", |
143 | 143 | "drizzle-kit": "^0.30.6", |
|
153 | 153 | "vitest": "^3.2.4" |
154 | 154 | }, |
155 | 155 | "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"] |
160 | 157 | }, |
161 | 158 | "packageManager": "[email protected]", |
162 | 159 | "engines": { |
|
0 commit comments