|
15 | 15 | "gen:schema": "tsx src/devtool/seed/script.ts" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@ai-sdk/amazon-bedrock": "^3.0.51", |
19 | | - "@ai-sdk/anthropic": "^2.0.41", |
20 | | - "@ai-sdk/azure": "^2.0.66", |
21 | | - "@ai-sdk/google": "^2.0.29", |
22 | | - "@ai-sdk/google-vertex": "^3.0.59", |
23 | | - "@ai-sdk/openai": "^2.0.64", |
24 | | - "@ai-sdk/openai-compatible": "^1.0.26", |
25 | | - "@ai-sdk/react": "^2.0.89", |
| 18 | + "@ai-sdk/amazon-bedrock": "^3.0.56", |
| 19 | + "@ai-sdk/anthropic": "^2.0.45", |
| 20 | + "@ai-sdk/azure": "^2.0.70", |
| 21 | + "@ai-sdk/google": "^2.0.34", |
| 22 | + "@ai-sdk/google-vertex": "^3.0.66", |
| 23 | + "@ai-sdk/openai": "^2.0.68", |
| 24 | + "@ai-sdk/openai-compatible": "^1.0.27", |
| 25 | + "@ai-sdk/react": "^2.0.93", |
26 | 26 | "@effect/schema": "^0.75.5", |
27 | | - "@electric-sql/client": "^1.1.3", |
| 27 | + "@electric-sql/client": "^1.1.4", |
28 | 28 | "@floating-ui/react": "^0.27.16", |
29 | 29 | "@huggingface/languages": "^1.0.0", |
30 | 30 | "@hypr/codemirror": "workspace:^", |
|
45 | 45 | "@iconify-icon/react": "^3.0.3", |
46 | 46 | "@lmstudio/sdk": "^1.5.0", |
47 | 47 | "@lobehub/icons": "^2.43.1", |
48 | | - "@openrouter/ai-sdk-provider": "^1.2.1", |
| 48 | + "@openrouter/ai-sdk-provider": "^1.2.3", |
49 | 49 | "@orama/highlight": "^0.1.9", |
50 | 50 | "@orama/orama": "^3.1.16", |
51 | 51 | "@orama/plugin-qps": "^3.1.16", |
52 | 52 | "@sentry/react": "^8.55.0", |
53 | | - "@supabase/supabase-js": "^2.80.0", |
| 53 | + "@supabase/supabase-js": "^2.81.1", |
54 | 54 | "@t3-oss/env-core": "^0.13.8", |
55 | | - "@tanstack/react-form": "^1.23.8", |
56 | | - "@tanstack/react-query": "^5.90.7", |
57 | | - "@tanstack/react-router": "^1.134.13", |
| 55 | + "@tanstack/react-form": "^1.25.0", |
| 56 | + "@tanstack/react-query": "^5.90.10", |
| 57 | + "@tanstack/react-router": "^1.136.8", |
58 | 58 | "@tauri-apps/api": "^2.9.0", |
59 | 59 | "@tauri-apps/plugin-autostart": "^2.5.1", |
60 | 60 | "@tauri-apps/plugin-deep-link": "^2.4.5", |
|
70 | 70 | "@wavesurfer/react": "^1.0.11", |
71 | 71 | "@xstate/react": "^6.0.0", |
72 | 72 | "@xstate/store": "^3.11.2", |
73 | | - "ai": "^5.0.89", |
| 73 | + "ai": "^5.0.93", |
74 | 74 | "chroma-js": "^3.1.2", |
75 | 75 | "clsx": "^2.1.1", |
76 | 76 | "date-fns": "^4.1.0", |
77 | 77 | "dompurify": "^3.3.0", |
78 | | - "effect": "^3.19.2", |
| 78 | + "effect": "^3.19.4", |
79 | 79 | "json5": "^2.2.3", |
80 | 80 | "lucide-react": "^0.544.0", |
81 | 81 | "motion": "^11.18.2", |
82 | 82 | "mutative": "^1.3.0", |
83 | 83 | "nlcst-to-string": "^4.0.0", |
84 | | - "ollama": "^0.6.2", |
| 84 | + "ollama": "^0.6.3", |
85 | 85 | "re-resizable": "^6.11.2", |
86 | 86 | "react": "^19.2.0", |
87 | 87 | "react-dom": "^19.2.0", |
|
93 | 93 | "retext-pos": "^5.0.0", |
94 | 94 | "retext-stringify": "^4.0.0", |
95 | 95 | "stopword": "^3.1.5", |
96 | | - "streamdown": "^1.4.0", |
97 | | - "tinybase": "^6.7.2", |
| 96 | + "streamdown": "^1.5.1", |
| 97 | + "tinybase": "^6.7.3", |
98 | 98 | "tinytick": "^1.2.8", |
99 | 99 | "unified": "^11.0.5", |
100 | 100 | "vfile": "^6.0.3", |
|
105 | 105 | }, |
106 | 106 | "devDependencies": { |
107 | 107 | "@faker-js/faker": "^10.1.0", |
108 | | - "@tanstack/react-router-devtools": "^1.134.13", |
109 | | - "@tanstack/router-plugin": "^1.134.14", |
110 | | - "@tauri-apps/cli": "^2.9.3", |
| 108 | + "@tanstack/react-router-devtools": "^1.136.8", |
| 109 | + "@tanstack/router-plugin": "^1.136.8", |
| 110 | + "@tauri-apps/cli": "^2.9.4", |
111 | 111 | "@types/chroma-js": "^3.1.2", |
112 | 112 | "@types/json5": "^2.2.0", |
113 | | - "@types/node": "^24.10.0", |
114 | | - "@types/react": "^19.2.2", |
115 | | - "@types/react-dom": "^19.2.2", |
| 113 | + "@types/node": "^24.10.1", |
| 114 | + "@types/react": "^19.2.6", |
| 115 | + "@types/react-dom": "^19.2.3", |
116 | 116 | "@types/stopword": "^2.0.3", |
117 | 117 | "@vitejs/plugin-react": "^4.7.0", |
118 | | - "autoprefixer": "^10.4.21", |
| 118 | + "autoprefixer": "^10.4.22", |
119 | 119 | "env-cmd": "^11.0.0", |
120 | 120 | "postcss": "^8.5.6", |
121 | | - "stripe": "^19.3.0", |
| 121 | + "stripe": "^19.3.1", |
122 | 122 | "tailwindcss": "^3.4.18", |
123 | 123 | "tsx": "^4.20.6", |
124 | 124 | "typescript": "~5.8.3", |
|
0 commit comments