|
10 | 10 | "lint": "eslint ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ai-sdk/openai-compatible": "^1.0.18", |
14 | | - "@heroui/react": "2.8.4", |
15 | | - "@shikijs/monaco": "^3.12.2", |
16 | | - "@tailwindcss/postcss": "^4.1.13", |
17 | | - "ai": "^5.0.44", |
| 13 | + "@ai-sdk/openai-compatible": "^1.0.25", |
| 14 | + "@heroui/react": "2.8.5", |
| 15 | + "@shikijs/monaco": "^3.14.0", |
| 16 | + "@tailwindcss/postcss": "^4.1.16", |
| 17 | + "ai": "^5.0.86", |
18 | 18 | "diff": "^8.0.2", |
19 | | - "framer-motion": "^12.23.12", |
| 19 | + "framer-motion": "^12.23.24", |
20 | 20 | "lodash": "^4.17.21", |
21 | | - "next": "^15.5.3", |
| 21 | + "next": "^16.0.1", |
22 | 22 | "next-themes": "^0.4.6", |
23 | | - "react": "19.1.1", |
24 | | - "react-dom": "19.1.1", |
| 23 | + "react": "19.2.0", |
| 24 | + "react-dom": "19.2.0", |
25 | 25 | "react-error-boundary": "^6.0.0", |
26 | | - "shiki": "^3.12.2", |
| 26 | + "shiki": "^3.14.0", |
27 | 27 | "smol-toml": "^1.4.2", |
28 | 28 | "use-local-storage-state": "^19.5.0" |
29 | 29 | }, |
|
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@eslint/eslintrc": "^3.3.1", |
40 | | - "@eslint/js": "^9.35.0", |
41 | | - "@types/node": "^24.5.0", |
42 | | - "@types/react": "^19.1.13", |
43 | | - "@types/react-dom": "^19.1.9", |
44 | | - "eslint": "^9.35.0", |
45 | | - "eslint-config-next": "15.5.3", |
| 40 | + "@eslint/js": "^9.39.0", |
| 41 | + "@types/node": "^24.9.2", |
| 42 | + "@types/react": "^19.2.2", |
| 43 | + "@types/react-dom": "^19.2.2", |
| 44 | + "eslint": "^9.39.0", |
| 45 | + "eslint-config-next": "16.0.1", |
46 | 46 | "postcss": "^8.5.6", |
47 | | - "tailwindcss": "4.1.13", |
48 | | - "typescript": "5.9.2" |
| 47 | + "tailwindcss": "4.1.16", |
| 48 | + "typescript": "5.9.3" |
49 | 49 | }, |
50 | | - "packageManager": "pnpm@10.16.1", |
| 50 | + "packageManager": "pnpm@10.20.0", |
51 | 51 | "pnpm": { |
52 | 52 | "onlyBuiltDependencies": [ |
53 | 53 | "@heroui/shared-utils", |
|
0 commit comments