|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@ai-sdk/openai": "^1.0.7", |
13 | | - "@radix-ui/react-dialog": "^1.1.2", |
14 | | - "@radix-ui/react-dropdown-menu": "^2.1.2", |
15 | | - "@radix-ui/react-label": "^2.1.0", |
16 | | - "@radix-ui/react-scroll-area": "^1.2.1", |
17 | | - "@radix-ui/react-select": "^2.1.2", |
18 | | - "@radix-ui/react-separator": "^1.1.0", |
19 | | - "@radix-ui/react-slider": "^1.2.1", |
20 | | - "@radix-ui/react-slot": "^1.1.0", |
21 | | - "@radix-ui/react-switch": "^1.1.1", |
22 | | - "@radix-ui/react-tooltip": "^1.1.4", |
23 | | - "ai": "^4.0.13", |
| 12 | + "@ai-sdk/openai": "^1.0.8", |
| 13 | + "@radix-ui/react-dialog": "^1.1.3", |
| 14 | + "@radix-ui/react-dropdown-menu": "^2.1.3", |
| 15 | + "@radix-ui/react-label": "^2.1.1", |
| 16 | + "@radix-ui/react-scroll-area": "^1.2.2", |
| 17 | + "@radix-ui/react-select": "^2.1.3", |
| 18 | + "@radix-ui/react-separator": "^1.1.1", |
| 19 | + "@radix-ui/react-slider": "^1.2.2", |
| 20 | + "@radix-ui/react-slot": "^1.1.1", |
| 21 | + "@radix-ui/react-switch": "^1.1.2", |
| 22 | + "@radix-ui/react-tooltip": "^1.1.5", |
| 23 | + "ai": "^4.0.18", |
24 | 24 | "class-variance-authority": "^0.7.1", |
25 | 25 | "clsx": "^2.1.1", |
26 | 26 | "lucide-react": "^0.468.0", |
27 | 27 | "mitt": "^3.0.1", |
28 | | - "next": "^15.0.4", |
| 28 | + "next": "^15.1.0", |
29 | 29 | "next-themes": "^0.4.4", |
30 | 30 | "react": "^18.3.1", |
31 | 31 | "react-dom": "^18.3.1", |
32 | | - "react-markdown": "8.0.7", |
| 32 | + "react-markdown": "^8.0.7", |
33 | 33 | "react-syntax-highlighter": "^15.6.1", |
34 | 34 | "react-textarea-autosize": "^8.5.6", |
35 | | - "remark-breaks": "3.0.3", |
36 | | - "remark-gfm": "3.0.1", |
| 35 | + "remark-breaks": "^3.0.3", |
| 36 | + "remark-gfm": "^3.0.1", |
37 | 37 | "sonner": "^1.7.1", |
38 | 38 | "tailwind-merge": "^2.5.5", |
39 | | - "zod": "^3.23.8", |
| 39 | + "zod": "^3.24.1", |
40 | 40 | "zustand": "^5.0.2" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@tailwindcss/typography": "^0.5.15", |
44 | | - "@types/node": "^22.10.1", |
45 | | - "@types/react": "^18.3.14", |
46 | | - "@types/react-dom": "^18.3.2", |
| 44 | + "@types/node": "^22.10.2", |
| 45 | + "@types/react": "^18.3.16", |
| 46 | + "@types/react-dom": "^18.3.5", |
47 | 47 | "@types/react-syntax-highlighter": "^15.5.13", |
48 | 48 | "autoprefixer": "^10.4.20", |
49 | | - "eslint": "9.16.0", |
50 | | - "eslint-config-next": "^15.0.4", |
| 49 | + "eslint": "^9.17.0", |
| 50 | + "eslint-config-next": "^15.1.0", |
51 | 51 | "eslint-config-prettier": "^9.1.0", |
52 | 52 | "postcss": "^8.4.49", |
53 | 53 | "prettier": "^3.4.2", |
|
0 commit comments