|
10 | 10 | "lint": "eslint ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ai-sdk/openai-compatible": "^2.0.37", |
14 | | - "@heroui/react": "3.0.1", |
15 | | - "@heroui/styles": "3.0.1", |
| 13 | + "@ai-sdk/openai-compatible": "^2.0.41", |
| 14 | + "@ai-sdk/react": "^3.0.163", |
| 15 | + "@heroui/react": "3.0.2", |
| 16 | + "@heroui/styles": "3.0.2", |
16 | 17 | "@tailwindcss/postcss": "^4.2.2", |
17 | | - "ai": "^6.0.142", |
18 | | - "diff": "^8.0.4", |
19 | | - "next": "^16.2.1", |
| 18 | + "ai": "^6.0.161", |
| 19 | + "diff": "^9.0.0", |
| 20 | + "next": "^16.2.3", |
20 | 21 | "next-themes": "^0.4.6", |
21 | | - "react": "19.2.4", |
22 | | - "react-dom": "19.2.4", |
| 22 | + "react": "19.2.5", |
| 23 | + "react-dom": "19.2.5", |
23 | 24 | "react-error-boundary": "^6.1.1", |
24 | 25 | "smol-toml": "^1.6.1", |
25 | 26 | "swr": "^2.4.1", |
26 | 27 | "use-local-storage-state": "^19.5.0" |
27 | 28 | }, |
28 | 29 | "peerDependencies": { |
29 | | - "@ai-sdk/react": "^3.0.113", |
30 | 30 | "@babel/runtime": "^7.28.6", |
31 | 31 | "@tanstack/react-virtual": "^3.13.19", |
32 | 32 | "@typescript-eslint/parser": "^8.56.1", |
|
35 | 35 | "devDependencies": { |
36 | 36 | "@eslint/eslintrc": "^3.3.5", |
37 | 37 | "@eslint/js": "^9.39.4", |
38 | | - "@types/node": "^25.5.0", |
| 38 | + "@types/node": "^25.6.0", |
39 | 39 | "@types/react": "^19.2.14", |
40 | 40 | "@types/react-dom": "^19.2.3", |
41 | | - "baseline-browser-mapping": "^2.10.13", |
| 41 | + "baseline-browser-mapping": "^2.10.19", |
42 | 42 | "eslint": "^9.39.4", |
43 | | - "eslint-config-next": "16.2.1", |
44 | | - "postcss": "^8.5.8", |
| 43 | + "eslint-config-next": "16.2.3", |
| 44 | + "postcss": "^8.5.9", |
45 | 45 | "tailwindcss": "4.2.2", |
46 | 46 | "typescript": "6.0.2" |
47 | 47 | }, |
|
0 commit comments