Skip to content

Commit fb26ab8

Browse files
committed
feat(352 | typesync.v2): build typesync-studio static assets server for opening app through cli
1 parent 97f003f commit fb26ab8

File tree

21 files changed

+1625
-1224
lines changed

21 files changed

+1625
-1224
lines changed

apps/connect/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@tanstack/react-router-devtools": "^1.122.0",
2626
"@xstate/store": "^3.5.1",
2727
"clsx": "^2.1.1",
28-
"effect": "^3.17.4",
28+
"effect": "^3.17.6",
2929
"graphql-request": "^7.2.0",
30-
"react": "^19.1.0",
31-
"react-dom": "^19.1.0",
30+
"react": "^19.1.1",
31+
"react-dom": "^19.1.1",
3232
"tailwind-merge": "^3.3.1",
3333
"viem": "^2.30.6",
3434
"vite": "^6.3.5"
@@ -37,8 +37,8 @@
3737
"@tailwindcss/vite": "^4.1.11",
3838
"@tanstack/router-plugin": "^1.120.2",
3939
"@types/node": "^24.1.0",
40-
"@types/react": "^19.1.3",
41-
"@types/react-dom": "^19.1.3",
40+
"@types/react": "^19.1.9",
41+
"@types/react-dom": "^19.1.7",
4242
"@vitejs/plugin-react": "^4.4.1",
4343
"prettier": "^3.6.2",
4444
"prettier-plugin-tailwindcss": "^0.6.14",

apps/create-hypergraph/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/apps/create-hypergraph-app#readme",
5656
"devDependencies": {
5757
"@effect/cli": "^0.69.0",
58-
"@effect/language-service": "^0.33.1",
58+
"@effect/language-service": "^0.34.0",
5959
"@effect/platform": "^0.90.0",
60-
"@effect/platform-node": "^0.94.0",
60+
"@effect/platform-node": "^0.94.1",
6161
"@effect/printer-ansi": "^0.45.0",
6262
"@effect/vitest": "^0.25.0",
63-
"@types/node": "^24.1.0",
64-
"effect": "^3.17.4",
63+
"@types/node": "^24.2.0",
64+
"effect": "^3.17.6",
6565
"execa": "^9.6.0",
66-
"tsdown": "^0.13.0",
66+
"tsdown": "^0.13.3",
6767
"tsx": "^4.20.3"
6868
}
6969
}

apps/create-hypergraph/template-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"lucide-react": "^0.525.0",
2727
"next": "15.4.3",
2828
"postcss": "^8.5.6",
29-
"react": "^19.1.0",
30-
"react-dom": "^19.1.0",
29+
"react": "^19.1.1",
30+
"react-dom": "^19.1.1",
3131
"tailwind-merge": "^3.3.1",
3232
"tailwindcss": "^4.1.11"
3333
},

apps/create-hypergraph/template-vite-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"@tanstack/react-router": "^1.129.2",
2222
"class-variance-authority": "^0.7.1",
2323
"clsx": "^2.1.1",
24-
"effect": "^3.17.4",
24+
"effect": "^3.17.6",
2525
"lucide-react": "^0.525.0",
26-
"react": "^19.1.0",
27-
"react-dom": "^19.1.0",
26+
"react": "^19.1.1",
27+
"react-dom": "^19.1.1",
2828
"tailwind-merge": "^3.3.1",
2929
"tailwindcss": "^4.1.11",
3030
"vite": "^7.0.5"
3131
},
3232
"devDependencies": {
3333
"@eslint/js": "^9.31.0",
3434
"@tanstack/router-plugin": "^1.129.2",
35-
"@types/node": "^24.1.0",
36-
"@types/react": "^19.1.8",
37-
"@types/react-dom": "^19.1.6",
35+
"@types/node": "^24.2.0",
36+
"@types/react": "^19.1.9",
37+
"@types/react-dom": "^19.1.7",
3838
"@vitejs/plugin-react": "^4.7.0",
3939
"eslint": "^9.31.0",
4040
"eslint-plugin-react-hooks": "^5.2.0",

apps/events/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@xstate/store": "^3.5.1",
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
26-
"effect": "^3.17.4",
26+
"effect": "^3.17.6",
2727
"framer-motion": "^12.10.1",
2828
"graphql-request": "^7.1.2",
2929
"isomorphic-ws": "^5.0.0",
3030
"lucide-react": "^0.508.0",
31-
"react": "^19.1.0",
32-
"react-dom": "^19.1.0",
31+
"react": "^19.1.1",
32+
"react-dom": "^19.1.1",
3333
"react-select": "^5.10.1",
3434
"siwe": "^3.0.0",
3535
"tailwind-merge": "^3.2.0",
@@ -42,9 +42,9 @@
4242
"@biomejs/biome": "1.9.4",
4343
"@tailwindcss/vite": "^4.1.5",
4444
"@tanstack/router-plugin": "^1.120.2",
45-
"@types/node": "^24.1.0",
46-
"@types/react": "^19.1.3",
47-
"@types/react-dom": "^19.1.3",
45+
"@types/node": "^24.2.0",
46+
"@types/react": "^19.1.9",
47+
"@types/react-dom": "^19.1.7",
4848
"@types/uuid": "^10.0.0",
4949
"@vitejs/plugin-react": "^4.4.1",
5050
"globals": "^16.1.0",

apps/next-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@graphprotocol/hypergraph": "workspace:*",
1616
"@graphprotocol/hypergraph-react": "workspace:*",
1717
"next": "15.3.2",
18-
"react": "^19.0.0",
19-
"react-dom": "^19.0.0"
18+
"react": "^19.1.1",
19+
"react-dom": "^19.1.1"
2020
},
2121
"devDependencies": {
2222
"@types/node": "^22",

apps/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@privy-io/server-auth": "^1.26.0",
2020
"body-parser": "^2.2.0",
2121
"cors": "^2.8.5",
22-
"effect": "^3.17.4",
22+
"effect": "^3.17.6",
2323
"express": "^5.1.0",
2424
"prisma": "^6.7.0",
2525
"siwe": "^3.0.0",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/cors": "^2.8.17",
3131
"@types/express": "^5.0.1",
32-
"@types/node": "^24.1.0",
32+
"@types/node": "^24.2.0",
3333
"@types/pg": "^8.15.0",
3434
"@types/ws": "^8.18.1",
3535
"tsup": "^8.4.0",

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"clsx": "^2.0.0",
2121
"docusaurus-plugin-generate-llms-txt": "^0.0.1",
2222
"prism-react-renderer": "^2.3.0",
23-
"react": "^19.0.0",
24-
"react-dom": "^19.0.0"
23+
"react": "^19.1.1",
24+
"react-dom": "^19.1.1"
2525
},
2626
"devDependencies": {
2727
"@docusaurus/module-type-aliases": "3.7.0",

packages/hypergraph-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vitejs/plugin-react": "^4.4.1",
4242
"@xstate/store": "^3.5.1",
4343
"jsdom": "^26.1.0",
44-
"react": "^19.1.0"
44+
"react": "^19.1.1"
4545
},
4646
"dependencies": {
4747
"@automerge/automerge": "^2.2.9",
@@ -50,7 +50,7 @@
5050
"@graphprotocol/grc-20": "^0.24.1",
5151
"@noble/hashes": "^1.8.0",
5252
"@tanstack/react-query": "^5.75.5",
53-
"effect": "^3.17.4",
53+
"effect": "^3.17.6",
5454
"graphql-request": "^7.1.2",
5555
"siwe": "^3.0.0",
5656
"uuid": "^11.1.0",

packages/hypergraph/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@
4141
},
4242
"sideEffects": [],
4343
"scripts": {
44-
"build": "tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && node ../../scripts/package.mjs",
44+
"build": "tsc -b --force tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && pnpm run prepare-typesync-studio && node ../../scripts/package.mjs",
4545
"build:typesync-studio": "cd ./typesync-studio && pnpm run build",
4646
"copy-typesync-studio-dist": "tsx scripts/copy-typesync-studio-dist.ts",
4747
"prepare-typesync-studio": "pnpm run build:typesync-studio && pnpm run copy-typesync-studio-dist",
4848
"test": "vitest",
49-
"hypergraph": "pnpm tsx ./src/cli/bun.ts"
49+
"hypergraph": "node ./dist/cli/bun.js",
50+
"hypergraph:dev": "pnpx tsx ./src/cli/bun.ts"
5051
},
5152
"bin": {
5253
"hypergraph": "./src/cli/bun.ts",
@@ -55,13 +56,14 @@
5556
"devDependencies": {
5657
"@effect/cli": "^0.69.0",
5758
"@effect/platform": "^0.90.0",
58-
"@effect/platform-node": "^0.94.0",
59+
"@effect/platform-node": "^0.94.1",
5960
"@effect/printer": "^0.45.0",
6061
"@effect/printer-ansi": "^0.45.0",
6162
"@effect/vitest": "^0.25.0",
62-
"@types/node": "^24.1.0",
63+
"@types/node": "^24.2.0",
6364
"@types/uuid": "^10.0.0",
6465
"jiti": "^2.5.1",
66+
"open": "^10.2.0",
6567
"tsx": "^4.20.3",
6668
"typescript": "^5.8.3"
6769
},
@@ -78,7 +80,7 @@
7880
"@serenity-kit/noble-sodium": "^0.2.1",
7981
"@xstate/store": "^3.5.1",
8082
"bs58check": "^4.0.0",
81-
"effect": "^3.17.4",
83+
"effect": "^3.17.6",
8284
"permissionless": "^0.2.47",
8385
"siwe": "^3.0.0",
8486
"uuid": "^11.1.0",

0 commit comments

Comments
 (0)