|
15 | 15 | "gen:schema": "tsx src/components/devtool/seed/script.ts" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@ai-sdk/amazon-bedrock": "^3.0.57", |
19 | | - "@ai-sdk/anthropic": "^2.0.45", |
20 | | - "@ai-sdk/azure": "^2.0.73", |
21 | | - "@ai-sdk/google": "^2.0.42", |
22 | | - "@ai-sdk/google-vertex": "^3.0.74", |
23 | | - "@ai-sdk/openai": "^2.0.71", |
24 | | - "@ai-sdk/openai-compatible": "^1.0.27", |
25 | | - "@ai-sdk/react": "^2.0.101", |
| 18 | + "@ai-sdk/amazon-bedrock": "^3.0.67", |
| 19 | + "@ai-sdk/anthropic": "^2.0.53", |
| 20 | + "@ai-sdk/azure": "^2.0.82", |
| 21 | + "@ai-sdk/google": "^2.0.45", |
| 22 | + "@ai-sdk/google-vertex": "^3.0.87", |
| 23 | + "@ai-sdk/openai": "^2.0.80", |
| 24 | + "@ai-sdk/openai-compatible": "^1.0.28", |
| 25 | + "@ai-sdk/react": "^2.0.109", |
26 | 26 | "@effect/schema": "^0.75.5", |
27 | | - "@electric-sql/client": "^1.1.5", |
| 27 | + "@electric-sql/client": "^1.2.0", |
28 | 28 | "@floating-ui/react": "^0.27.16", |
29 | 29 | "@huggingface/languages": "^1.0.0", |
30 | 30 | "@hypr/codemirror": "workspace:^", |
|
52 | 52 | "@hypr/utils": "workspace:^", |
53 | 53 | "@iconify-icon/react": "^3.0.3", |
54 | 54 | "@lmstudio/sdk": "^1.5.0", |
55 | | - "@lobehub/icons": "^2.43.1", |
56 | | - "@openrouter/ai-sdk-provider": "^1.2.5", |
| 55 | + "@lobehub/icons": "^2.44.0", |
| 56 | + "@openrouter/ai-sdk-provider": "^1.4.1", |
57 | 57 | "@orama/highlight": "^0.1.9", |
58 | 58 | "@orama/orama": "^3.1.16", |
59 | 59 | "@orama/plugin-qps": "^3.1.16", |
60 | 60 | "@sentry/react": "^8.55.0", |
61 | | - "@supabase/supabase-js": "^2.84.0", |
| 61 | + "@supabase/supabase-js": "^2.87.0", |
62 | 62 | "@t3-oss/env-core": "^0.13.8", |
63 | | - "@tanstack/react-form": "^1.25.0", |
64 | | - "@tanstack/react-query": "^5.90.10", |
65 | | - "@tanstack/react-router": "^1.139.3", |
66 | | - "@tauri-apps/api": "^2.9.0", |
| 63 | + "@tanstack/react-form": "^1.27.1", |
| 64 | + "@tanstack/react-query": "^5.90.12", |
| 65 | + "@tanstack/react-router": "^1.140.0", |
| 66 | + "@tauri-apps/api": "^2.9.1", |
67 | 67 | "@tauri-apps/plugin-autostart": "^2.5.1", |
68 | 68 | "@tauri-apps/plugin-deep-link": "^2.4.5", |
69 | 69 | "@tauri-apps/plugin-dialog": "^2.4.2", |
|
76 | 76 | "@tauri-apps/plugin-store": "^2.4.1", |
77 | 77 | "@tauri-apps/plugin-updater": "^2.9.0", |
78 | 78 | "@uidotdev/usehooks": "^2.4.1", |
79 | | - "@wavesurfer/react": "^1.0.11", |
| 79 | + "@wavesurfer/react": "^1.0.12", |
80 | 80 | "@xstate/react": "^6.0.0", |
81 | | - "@xstate/store": "^3.11.2", |
82 | | - "ai": "^5.0.106", |
83 | | - "chroma-js": "^3.1.2", |
| 81 | + "@xstate/store": "^3.13.0", |
| 82 | + "ai": "^5.0.108", |
| 83 | + "chroma-js": "^3.2.0", |
84 | 84 | "clsx": "^2.1.1", |
85 | 85 | "date-fns": "^4.1.0", |
86 | | - "dompurify": "^3.3.0", |
87 | | - "effect": "^3.19.6", |
| 86 | + "dompurify": "^3.3.1", |
| 87 | + "effect": "^3.19.10", |
88 | 88 | "json5": "^2.2.3", |
89 | 89 | "jwt-decode": "^4.0.0", |
90 | 90 | "lucide-react": "^0.544.0", |
|
103 | 103 | "retext-pos": "^5.0.0", |
104 | 104 | "retext-stringify": "^4.0.0", |
105 | 105 | "stopword": "^3.1.5", |
106 | | - "streamdown": "^1.6.6", |
107 | | - "tinybase": "^6.7.3", |
| 106 | + "streamdown": "^1.6.10", |
| 107 | + "tinybase": "^6.7.5", |
108 | 108 | "tinytick": "^1.2.8", |
109 | 109 | "unified": "^11.0.5", |
110 | 110 | "vfile": "^6.0.3", |
111 | | - "wavesurfer.js": "^7.11.1", |
| 111 | + "wavesurfer.js": "^7.12.1", |
112 | 112 | "xstate": "^5.24.0", |
113 | 113 | "zod": "^4.1.13", |
114 | | - "zustand": "^5.0.8" |
| 114 | + "zustand": "^5.0.9" |
115 | 115 | }, |
116 | 116 | "devDependencies": { |
117 | 117 | "@dotenvx/dotenvx": "^1.51.1", |
118 | 118 | "@faker-js/faker": "^10.1.0", |
119 | | - "@tanstack/react-router-devtools": "^1.139.3", |
120 | | - "@tanstack/router-plugin": "^1.139.3", |
121 | | - "@tauri-apps/cli": "^2.9.4", |
| 119 | + "@tanstack/react-router-devtools": "^1.140.0", |
| 120 | + "@tanstack/router-plugin": "^1.140.0", |
| 121 | + "@tauri-apps/cli": "^2.9.5", |
122 | 122 | "@testing-library/react": "^16.3.0", |
123 | 123 | "@types/chroma-js": "^3.1.2", |
124 | 124 | "@types/json5": "^2.2.0", |
125 | | - "@types/node": "^24.10.1", |
| 125 | + "@types/node": "^24.10.2", |
126 | 126 | "@types/react": "^19.2.7", |
127 | 127 | "@types/react-dom": "^19.2.3", |
128 | 128 | "@types/stopword": "^2.0.3", |
|
131 | 131 | "postcss": "^8.5.6", |
132 | 132 | "stripe": "^19.3.1", |
133 | 133 | "tailwindcss": "^3.4.18", |
134 | | - "tsx": "^4.20.6", |
| 134 | + "tsx": "^4.21.0", |
135 | 135 | "typescript": "~5.8.3", |
136 | | - "vite": "^7.2.4", |
| 136 | + "vite": "^7.2.7", |
137 | 137 | "vitest": "^3.2.4" |
138 | 138 | } |
139 | 139 | } |
0 commit comments