Skip to content

Commit c65d9d4

Browse files
committed
update effect
1 parent 4687619 commit c65d9d4

File tree

7 files changed

+79
-86
lines changed

7 files changed

+79
-86
lines changed

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tanstack/react-router": "^1.120.2",
2424
"@xstate/store": "^3.5.1",
2525
"clsx": "^2.1.1",
26-
"effect": "^3.16.3",
26+
"effect": "^3.16.10",
2727
"graphql-request": "^7.2.0",
2828
"lucide-react": "^0.508.0",
2929
"react": "^19.1.0",

apps/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@xstate/store": "^3.5.1",
2121
"class-variance-authority": "^0.7.1",
2222
"clsx": "^2.1.1",
23-
"effect": "^3.16.3",
23+
"effect": "^3.16.10",
2424
"framer-motion": "^12.10.1",
2525
"graphql-request": "^7.1.2",
2626
"isomorphic-ws": "^5.0.0",

apps/server/package.json

Lines changed: 1 addition & 1 deletion
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.16.3",
22+
"effect": "^3.16.10",
2323
"express": "^5.1.0",
2424
"prisma": "^6.7.0",
2525
"siwe": "^3.0.0",

apps/typesync/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"hypergraph": "./dist/bin.cjs",
1919
"hg": "./dist/bin.cjs"
2020
},
21-
"files": ["README.md", "dist"],
21+
"files": [
22+
"README.md",
23+
"dist"
24+
],
2225
"scripts": {
2326
"codegen:gql": "graphql-codegen --config ./graphql.codegen.ts",
2427
"build:client": "vite build",
@@ -40,7 +43,7 @@
4043
},
4144
"devDependencies": {
4245
"@effect/cli": "latest",
43-
"@effect/experimental": "latest",
46+
"@effect/experimental": "^0.51.1",
4447
"@effect/language-service": "latest",
4548
"@effect/platform": "latest",
4649
"@effect/platform-node": "latest",
@@ -75,7 +78,7 @@
7578
"@tanstack/react-router-devtools": "1.120.15",
7679
"better-sqlite3": "^11.10.0",
7780
"date-fns": "^4.1.0",
78-
"effect": "latest",
81+
"effect": "^3.16.10",
7982
"graphql": "^16.11.0",
8083
"graphql-request": "^7.2.0",
8184
"jotai": "^2.12.5",

packages/hypergraph-react/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "@graphprotocol/hypergraph-react",
33
"version": "0.0.5",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
5-
"keywords": ["Web3", "Local-First", "Knowledge Graph", "Graph Protocol", "react"],
5+
"keywords": [
6+
"Web3",
7+
"Local-First",
8+
"Knowledge Graph",
9+
"Graph Protocol",
10+
"react"
11+
],
612
"publishConfig": {
713
"access": "public",
814
"directory": "publish",
@@ -44,7 +50,7 @@
4450
"@graphprotocol/grc-20": "^0.21.2",
4551
"@noble/hashes": "^1.8.0",
4652
"@tanstack/react-query": "^5.75.5",
47-
"effect": "^3.16.3",
53+
"effect": "^3.16.10",
4854
"graphql-request": "^7.1.2",
4955
"siwe": "^3.0.0",
5056
"uuid": "^11.1.0",

packages/hypergraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@automerge/automerge": "^2.2.9",
4646
"@automerge/automerge-repo": "^2.0.6",
47-
"@effect/experimental": "^0.44.20",
47+
"@effect/experimental": "^0.51.1",
4848
"@graphprotocol/grc-20": "^0.21.2",
4949
"@noble/ciphers": "^1.3.0",
5050
"@noble/curves": "^1.9.0",
@@ -54,7 +54,7 @@
5454
"@serenity-kit/noble-sodium": "^0.2.1",
5555
"@xstate/store": "^3.5.1",
5656
"bs58check": "^4.0.0",
57-
"effect": "^3.16.3",
57+
"effect": "^3.16.10",
5858
"permissionless": "^0.2.47",
5959
"siwe": "^3.0.0",
6060
"uuid": "^11.1.0",

0 commit comments

Comments
 (0)