|
13 | 13 | "tauri": "tauri" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "ai": "6.0.5", |
17 | 16 | "@ai-sdk/amazon-bedrock": "4.0.4", |
18 | 17 | "@ai-sdk/anthropic": "3.0.2", |
19 | 18 | "@ai-sdk/google": "3.0.2", |
20 | 19 | "@ai-sdk/openai": "3.0.2", |
21 | 20 | "@codemirror/autocomplete": "^6.20.0", |
22 | 21 | "@codemirror/lang-markdown": "^6.5.0", |
23 | | - "@codemirror/language": "^6.11.3", |
| 22 | + "@codemirror/language": "^6.12.1", |
24 | 23 | "@codemirror/language-data": "^6.5.2", |
25 | | - "@codemirror/state": "^6.5.2", |
26 | | - "@codemirror/view": "^6.38.8", |
| 24 | + "@codemirror/state": "^6.5.3", |
| 25 | + "@codemirror/view": "^6.39.9", |
27 | 26 | "@dnd-kit/core": "^6.3.1", |
28 | 27 | "@dnd-kit/modifiers": "^9.0.0", |
29 | 28 | "@dnd-kit/sortable": "^10.0.0", |
30 | 29 | "@dnd-kit/utilities": "^3.2.2", |
31 | | - "@google/genai": "^1.30.0", |
| 30 | + "@google/genai": "^1.34.0", |
32 | 31 | "@hookform/resolvers": "^4.1.3", |
33 | 32 | "@lezer/highlight": "^1.2.3", |
34 | 33 | "@openrouter/ai-sdk-provider": "1.0.0-beta.7", |
|
55 | 54 | "@radix-ui/react-toggle": "^1.1.10", |
56 | 55 | "@radix-ui/react-tooltip": "^1.2.8", |
57 | 56 | "@tailwindcss/typography": "^0.5.19", |
58 | | - "@tanstack/react-virtual": "^3.13.12", |
59 | | - "@tauri-apps/api": "^2.9.0", |
| 57 | + "@tanstack/react-virtual": "^3.13.17", |
| 58 | + "@tauri-apps/api": "^2.9.1", |
60 | 59 | "@tauri-apps/plugin-clipboard-manager": "~2.3.2", |
61 | 60 | "@tauri-apps/plugin-dialog": "~2.4.2", |
62 | 61 | "@tauri-apps/plugin-fs": "~2.4.4", |
|
65 | 64 | "@tauri-apps/plugin-process": "^2.3.1", |
66 | 65 | "@tauri-apps/plugin-sql": "^2.3.1", |
67 | 66 | "@tauri-apps/plugin-updater": "^2.9.0", |
68 | | - "@uiw/codemirror-themes": "^4.25.3", |
69 | | - "@uiw/react-codemirror": "^4.25.3", |
70 | | - "@xyflow/react": "^12.9.3", |
| 67 | + "@uiw/codemirror-themes": "^4.25.4", |
| 68 | + "@uiw/react-codemirror": "^4.25.4", |
| 69 | + "@xyflow/react": "^12.10.0", |
| 70 | + "ai": "6.0.5", |
71 | 71 | "class-variance-authority": "^0.7.1", |
72 | 72 | "clsx": "^2.1.1", |
73 | 73 | "cmdk": "^1.1.1", |
74 | 74 | "date-fns": "^4.1.0", |
75 | | - "framer-motion": "^12.23.24", |
| 75 | + "framer-motion": "^12.24.7", |
76 | 76 | "fuse.js": "^7.1.0", |
77 | 77 | "howler": "^2.2.4", |
78 | 78 | "immer": "^10.2.0", |
79 | | - "jotai": "^2.15.1", |
80 | | - "lucide-react": "^0.554.0", |
81 | | - "motion": "^12.23.24", |
| 79 | + "jotai": "^2.16.1", |
| 80 | + "lucide-react": "^0.562.0", |
| 81 | + "motion": "^12.24.7", |
82 | 82 | "nanoid": "^5.1.6", |
83 | 83 | "next-themes": "^0.4.6", |
84 | 84 | "png-chunk-text": "^1.0.0", |
85 | 85 | "png-chunks-encode": "^1.0.0", |
86 | 86 | "png-chunks-extract": "^1.0.0", |
87 | 87 | "react": "^18.3.1", |
88 | 88 | "react-dom": "^18.3.1", |
89 | | - "react-easy-crop": "^5.5.5", |
| 89 | + "react-easy-crop": "^5.5.6", |
90 | 90 | "react-fast-compare": "^3.2.2", |
91 | | - "react-grid-layout": "^1.5.2", |
92 | | - "react-hook-form": "^7.66.1", |
| 91 | + "react-grid-layout": "^1.5.3", |
| 92 | + "react-hook-form": "^7.70.0", |
93 | 93 | "react-markdown": "^10.1.0", |
94 | 94 | "react-resizable-panels": "^3.0.6", |
95 | 95 | "react-resizeable": "^0.2.6", |
96 | 96 | "react-syntax-highlighter": "^15.6.6", |
97 | | - "react-virtuoso": "^4.15.0", |
| 97 | + "react-virtuoso": "^4.18.1", |
98 | 98 | "recharts": "^2.15.4", |
99 | 99 | "rehype-highlight": "^7.0.2", |
100 | 100 | "remark-breaks": "^4.0.0", |
|
106 | 106 | "use-stick-to-bottom": "^1.1.1", |
107 | 107 | "usehooks-ts": "^3.1.1", |
108 | 108 | "uuid": "^11.1.0", |
109 | | - "zod": "^4.2.1", |
110 | | - "zustand": "^5.0.8" |
| 109 | + "zod": "^4.3.5", |
| 110 | + "zustand": "^5.0.9" |
111 | 111 | }, |
112 | 112 | "devDependencies": { |
113 | | - "@biomejs/biome": "^2.3.7", |
| 113 | + "@biomejs/biome": "^2.3.11", |
114 | 114 | "@tailwindcss/container-queries": "^0.1.1", |
115 | | - "@tauri-apps/cli": "^2.9.4", |
| 115 | + "@tauri-apps/cli": "^2.9.6", |
116 | 116 | "@types/hast": "^3.0.4", |
117 | 117 | "@types/lodash": "^4.17.21", |
118 | 118 | "@types/png-chunk-text": "^1.0.3", |
|
124 | 124 | "@types/react-syntax-highlighter": "^15.5.13", |
125 | 125 | "@types/uuid": "^10.0.0", |
126 | 126 | "@vitejs/plugin-react": "^4.7.0", |
127 | | - "autoprefixer": "^10.4.22", |
| 127 | + "autoprefixer": "^10.4.23", |
128 | 128 | "postcss": "^8.5.6", |
129 | | - "tailwindcss": "^3.4.18", |
| 129 | + "tailwindcss": "^3.4.19", |
130 | 130 | "typescript": "~5.9.3", |
131 | 131 | "unified": "^11.0.5", |
132 | 132 | "unist-util-visit": "^5.0.0", |
133 | | - "vite": "^7.2.4", |
134 | | - "vitest": "^3.2.4" |
| 133 | + "vite": "^7.3.0", |
| 134 | + "vitest": "^4.0.16" |
135 | 135 | } |
136 | 136 | } |
0 commit comments