Skip to content

Commit 8f94f2b

Browse files
authored
fix md to json (#1699)
1 parent d3810b6 commit 8f94f2b

File tree

16 files changed

+1224
-1300
lines changed

16 files changed

+1224
-1300
lines changed

apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"dependencies": {
1010
"@sentry/bun": "^10.25.0",
11-
"@supabase/supabase-js": "^2.80.0",
11+
"@supabase/supabase-js": "^2.81.1",
1212
"@t3-oss/env-core": "^0.13.8",
13-
"hono": "^4.6.9",
14-
"stripe": "^19.3.0",
13+
"hono": "^4.10.6",
14+
"stripe": "^19.3.1",
1515
"zod": "^4.1.12"
1616
},
1717
"devDependencies": {

apps/desktop/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"gen:schema": "tsx src/devtool/seed/script.ts"
1616
},
1717
"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",
2626
"@effect/schema": "^0.75.5",
27-
"@electric-sql/client": "^1.1.3",
27+
"@electric-sql/client": "^1.1.4",
2828
"@floating-ui/react": "^0.27.16",
2929
"@huggingface/languages": "^1.0.0",
3030
"@hypr/codemirror": "workspace:^",
@@ -45,16 +45,16 @@
4545
"@iconify-icon/react": "^3.0.3",
4646
"@lmstudio/sdk": "^1.5.0",
4747
"@lobehub/icons": "^2.43.1",
48-
"@openrouter/ai-sdk-provider": "^1.2.1",
48+
"@openrouter/ai-sdk-provider": "^1.2.3",
4949
"@orama/highlight": "^0.1.9",
5050
"@orama/orama": "^3.1.16",
5151
"@orama/plugin-qps": "^3.1.16",
5252
"@sentry/react": "^8.55.0",
53-
"@supabase/supabase-js": "^2.80.0",
53+
"@supabase/supabase-js": "^2.81.1",
5454
"@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",
5858
"@tauri-apps/api": "^2.9.0",
5959
"@tauri-apps/plugin-autostart": "^2.5.1",
6060
"@tauri-apps/plugin-deep-link": "^2.4.5",
@@ -70,18 +70,18 @@
7070
"@wavesurfer/react": "^1.0.11",
7171
"@xstate/react": "^6.0.0",
7272
"@xstate/store": "^3.11.2",
73-
"ai": "^5.0.89",
73+
"ai": "^5.0.93",
7474
"chroma-js": "^3.1.2",
7575
"clsx": "^2.1.1",
7676
"date-fns": "^4.1.0",
7777
"dompurify": "^3.3.0",
78-
"effect": "^3.19.2",
78+
"effect": "^3.19.4",
7979
"json5": "^2.2.3",
8080
"lucide-react": "^0.544.0",
8181
"motion": "^11.18.2",
8282
"mutative": "^1.3.0",
8383
"nlcst-to-string": "^4.0.0",
84-
"ollama": "^0.6.2",
84+
"ollama": "^0.6.3",
8585
"re-resizable": "^6.11.2",
8686
"react": "^19.2.0",
8787
"react-dom": "^19.2.0",
@@ -93,8 +93,8 @@
9393
"retext-pos": "^5.0.0",
9494
"retext-stringify": "^4.0.0",
9595
"stopword": "^3.1.5",
96-
"streamdown": "^1.4.0",
97-
"tinybase": "^6.7.2",
96+
"streamdown": "^1.5.1",
97+
"tinybase": "^6.7.3",
9898
"tinytick": "^1.2.8",
9999
"unified": "^11.0.5",
100100
"vfile": "^6.0.3",
@@ -105,20 +105,20 @@
105105
},
106106
"devDependencies": {
107107
"@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",
111111
"@types/chroma-js": "^3.1.2",
112112
"@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",
116116
"@types/stopword": "^2.0.3",
117117
"@vitejs/plugin-react": "^4.7.0",
118-
"autoprefixer": "^10.4.21",
118+
"autoprefixer": "^10.4.22",
119119
"env-cmd": "^11.0.0",
120120
"postcss": "^8.5.6",
121-
"stripe": "^19.3.0",
121+
"stripe": "^19.3.1",
122122
"tailwindcss": "^3.4.18",
123123
"tsx": "^4.20.6",
124124
"typescript": "~5.8.3",
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import type { SeedDefinition } from "./shared";
2-
import { curatedSeed, debugSeed, emptySeed, randomSeed } from "./versions";
2+
import { curatedSeed, emptySeed, randomSeed } from "./versions";
33

44
export { type SeedDefinition } from "./shared";
55

6-
export const seeds: SeedDefinition[] = [
7-
emptySeed,
8-
randomSeed,
9-
curatedSeed,
10-
debugSeed,
11-
];
6+
export const seeds: SeedDefinition[] = [emptySeed, randomSeed, curatedSeed];

0 commit comments

Comments
 (0)