|
22 | 22 | "byok:generate": "node scripts/generate-byok-key.mjs" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@google/genai": "^1.52.0", |
26 | | - "@radix-ui/react-dropdown-menu": "^2.1.19", |
| 25 | + "@google/genai": "^2.10.0", |
| 26 | + "@radix-ui/react-dropdown-menu": "^2.1.20", |
27 | 27 | "@xiangfa/mindmap": "^0.7.1", |
28 | 28 | "fflate": "^0.8.3", |
29 | 29 | "html-to-image": "^1.11.13", |
30 | | - "katex": "^0.16.27", |
| 30 | + "katex": "^0.17.0", |
31 | 31 | "localforage": "^1.10.0", |
32 | 32 | "lucide-react": "1.23.0", |
33 | 33 | "mermaid": "^11.16.0", |
34 | | - "next": "^16.2.9", |
35 | | - "next-intl": "^4.13.0", |
36 | | - "openai": "^6.15.0", |
| 34 | + "next": "^16.2.10", |
| 35 | + "next-intl": "^4.13.1", |
| 36 | + "openai": "^6.45.0", |
37 | 37 | "opfs-tools": "^0.7.4", |
38 | 38 | "react": "^19.2.7", |
39 | 39 | "react-dom": "^19.2.7", |
|
47 | 47 | "remark-math": "^6.0.0", |
48 | 48 | "uuid": "^14.0.1", |
49 | 49 | "zod": "^4.4.3", |
50 | | - "zustand": "^5.0.9" |
| 50 | + "zustand": "^5.0.14" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@opennextjs/cloudflare": "^1.20.1", |
54 | | - "@tailwindcss/postcss": "^4", |
55 | | - "@types/node": "^26.1.0", |
| 54 | + "@tailwindcss/postcss": "^4.3.2", |
| 55 | + "@types/node": "^26.1.1", |
56 | 56 | "@types/react": "^19.2.17", |
57 | | - "@types/react-dom": "^19", |
| 57 | + "@types/react-dom": "^19.2.3", |
58 | 58 | "babel-plugin-react-compiler": "^1.0.0", |
59 | | - "eslint": "^9", |
60 | | - "eslint-config-next": "^16.2.9", |
| 59 | + "eslint": "^9.39.4", |
| 60 | + "eslint-config-next": "^16.2.10", |
61 | 61 | "prettier": "^3.9.4", |
62 | | - "tailwindcss": "^4", |
63 | | - "typescript": "^5", |
64 | | - "vitest": "^4.1.9", |
65 | | - "wrangler": "^4.106.0" |
| 62 | + "tailwindcss": "^4.3.2", |
| 63 | + "typescript": "^6.0.3", |
| 64 | + "vitest": "^4.1.10", |
| 65 | + "wrangler": "^4.108.0" |
66 | 66 | } |
67 | 67 | } |
0 commit comments