|
1 | 1 | { |
2 | 2 | "name": "better-chatbot", |
3 | | - "version": "1.25.0", |
| 3 | + "version": "1.26.0", |
4 | 4 | "private": true, |
5 | 5 | "author": "cgoinglove", |
6 | 6 | "license": "MIT", |
|
18 | 18 | "test:e2e:ui": "playwright test --ui", |
19 | 19 | "test:e2e:seed": "dotenv -- tsx scripts/seed-test-users.ts", |
20 | 20 | "test:e2e:clean": "dotenv -- tsx scripts/cleanup-all-test-data.ts", |
21 | | - "lint": "next lint && biome lint", |
22 | | - "lint:fix": "next lint --fix && biome lint --write --unsafe", |
| 21 | + "lint": "biome lint", |
| 22 | + "lint:fix": "biome lint --write --unsafe", |
23 | 23 | "format": "biome format --write", |
24 | 24 | "check-types": "tsc --noEmit", |
25 | 25 | "initial:env": "tsx scripts/initial-env.ts", |
|
48 | 48 | "check": "pnpm lint:fix && pnpm check-types && pnpm test" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "@ai-sdk/anthropic": "^2.0.39", |
52 | | - "@ai-sdk/deepseek": "^1.0.23", |
53 | | - "@ai-sdk/gateway": "^2.0.1", |
54 | | - "@ai-sdk/google": "^2.0.25", |
55 | | - "@ai-sdk/groq": "^2.0.26", |
56 | | - "@ai-sdk/openai": "^2.0.58", |
57 | | - "@ai-sdk/openai-compatible": "^1.0.24", |
58 | | - "@ai-sdk/react": "^2.0.82", |
59 | | - "@ai-sdk/xai": "^2.0.29", |
60 | | - "@aws-sdk/client-s3": "^3.920.0", |
61 | | - "@aws-sdk/s3-request-presigner": "^3.920.0", |
62 | | - "@google/genai": "^1.28.0", |
63 | | - "@modelcontextprotocol/sdk": "1.20.2", |
64 | | - "@openrouter/ai-sdk-provider": "^1.2.0", |
| 51 | + "@ai-sdk/anthropic": "^2.0.49", |
| 52 | + "@ai-sdk/google": "^2.0.43", |
| 53 | + "@ai-sdk/groq": "^2.0.31", |
| 54 | + "@ai-sdk/openai": "^2.0.73", |
| 55 | + "@ai-sdk/openai-compatible": "^1.0.27", |
| 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 | + "@google/genai": "^1.30.0", |
| 61 | + "@modelcontextprotocol/sdk": "^1.23.0", |
| 62 | + "@openrouter/ai-sdk-provider": "^1.2.7", |
65 | 63 | "@radix-ui/react-accordion": "^1.2.12", |
66 | | - "@radix-ui/react-avatar": "^1.1.10", |
| 64 | + "@radix-ui/react-avatar": "^1.1.11", |
67 | 65 | "@radix-ui/react-checkbox": "^1.3.3", |
68 | 66 | "@radix-ui/react-context-menu": "^2.2.16", |
69 | 67 | "@radix-ui/react-dialog": "^1.1.15", |
70 | 68 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
71 | 69 | "@radix-ui/react-hover-card": "^1.1.15", |
72 | | - "@radix-ui/react-label": "^2.1.7", |
| 70 | + "@radix-ui/react-label": "^2.1.8", |
73 | 71 | "@radix-ui/react-popover": "^1.1.15", |
74 | 72 | "@radix-ui/react-radio-group": "^1.3.8", |
75 | 73 | "@radix-ui/react-scroll-area": "^1.2.10", |
76 | 74 | "@radix-ui/react-select": "^2.2.6", |
77 | | - "@radix-ui/react-separator": "^1.1.7", |
78 | | - "@radix-ui/react-slot": "^1.2.3", |
| 75 | + "@radix-ui/react-separator": "^1.1.8", |
| 76 | + "@radix-ui/react-slot": "^1.2.4", |
79 | 77 | "@radix-ui/react-switch": "^1.2.6", |
80 | 78 | "@radix-ui/react-tabs": "^1.1.13", |
81 | 79 | "@radix-ui/react-toggle": "^1.1.10", |
|
85 | 83 | "@tiptap/starter-kit": "^2.27.1", |
86 | 84 | "@tiptap/suggestion": "^2.27.1", |
87 | 85 | "@vercel/blob": "^2.0.0", |
88 | | - "@xyflow/react": "^12.9.1", |
89 | | - "ai": "^5.0.82", |
| 86 | + "@xyflow/react": "^12.9.3", |
| 87 | + "ai": "^5.0.102", |
90 | 88 | "bcrypt-ts": "^7.1.0", |
91 | | - "better-auth": "^1.3.34", |
| 89 | + "better-auth": "^1.4.3", |
92 | 90 | "chokidar": "^4.0.3", |
93 | 91 | "class-variance-authority": "^0.7.1", |
94 | 92 | "clsx": "^2.1.1", |
|
98 | 96 | "deepmerge": "^4.3.1", |
99 | 97 | "dotenv": "^16.6.1", |
100 | 98 | "drizzle-orm": "^0.41.0", |
101 | | - "emoji-picker-react": "^4.15.0", |
| 99 | + "emoji-picker-react": "^4.16.1", |
102 | 100 | "framer-motion": "^12.23.24", |
103 | 101 | "hast-util-to-jsx-runtime": "^2.3.6", |
104 | 102 | "ioredis": "^5.8.2", |
|
107 | 105 | "lucide-react": "^0.486.0", |
108 | 106 | "mermaid": "^11.12.1", |
109 | 107 | "nanoid": "^5.1.6", |
110 | | - "next": "15.3.2", |
111 | | - "next-intl": "^4.4.0", |
| 108 | + "next": "16.0.3", |
| 109 | + "next-intl": "^4.5.5", |
112 | 110 | "next-themes": "^0.4.6", |
113 | 111 | "ogl": "^1.0.11", |
114 | | - "ollama-ai-provider-v2": "^1.5.2", |
| 112 | + "ollama-ai-provider-v2": "^1.5.5", |
115 | 113 | "pg": "^8.16.3", |
116 | 114 | "react": "^19.2.0", |
117 | 115 | "react-dom": "^19.2.0", |
|
122 | 120 | "remark-gfm": "^4.0.1", |
123 | 121 | "remark-math": "^6.0.0", |
124 | 122 | "server-only": "^0.0.1", |
125 | | - "shiki": "^3.14.0", |
| 123 | + "shiki": "^3.15.0", |
126 | 124 | "sonner": "^2.0.7", |
127 | 125 | "swr": "^2.3.6", |
128 | | - "tailwind-merge": "^3.3.1", |
| 126 | + "tailwind-merge": "^3.4.0", |
129 | 127 | "ts-edge": "^1.0.4", |
130 | 128 | "ts-safe": "^0.0.5", |
131 | 129 | "tw-animate-css": "^1.4.0", |
132 | 130 | "vaul": "^1.1.2", |
133 | | - "zod": "^4.1.12", |
| 131 | + "zod": "^4.1.13", |
134 | 132 | "zustand": "^5.0.8" |
135 | 133 | }, |
136 | 134 | "devDependencies": { |
137 | 135 | "@better-auth-kit/seed": "^1.0.12", |
138 | 136 | "@biomejs/biome": "1.9.4", |
139 | | - "@playwright/test": "^1.56.1", |
140 | | - "@tailwindcss/postcss": "^4.1.16", |
| 137 | + "@playwright/test": "^1.57.0", |
| 138 | + "@tailwindcss/postcss": "^4.1.17", |
141 | 139 | "@types/json-schema": "^7.0.15", |
142 | | - "@types/node": "^20.19.24", |
| 140 | + "@types/node": "^20.19.25", |
143 | 141 | "@types/pg": "^8.15.6", |
144 | | - "@types/react": "^19.2.2", |
145 | | - "@types/react-dom": "^19.2.2", |
| 142 | + "@types/react": "^19.2.7", |
| 143 | + "@types/react-dom": "^19.2.3", |
146 | 144 | "cross-env": "^7.0.3", |
147 | 145 | "dotenv-cli": "^10.0.0", |
148 | 146 | "drizzle-kit": "^0.30.6", |
149 | | - "eslint": "^9.38.0", |
| 147 | + "eslint": "^9.39.1", |
150 | 148 | "eslint-config-next": "15.3.0", |
151 | 149 | "husky": "^9.1.7", |
152 | | - "lint-staged": "^16.2.6", |
153 | | - "rimraf": "^6.0.1", |
154 | | - "tailwindcss": "^4.1.16", |
| 150 | + "lint-staged": "^16.2.7", |
| 151 | + "rimraf": "^6.1.2", |
| 152 | + "tailwindcss": "^4.1.17", |
155 | 153 | "tsx": "^4.20.6", |
156 | 154 | "typescript": "^5.9.3", |
157 | 155 | "vite-tsconfig-paths": "^5.1.4", |
|
0 commit comments