Skip to content

Commit c7ed371

Browse files
authored
upgrade effect (#539)
1 parent b7cc2fa commit c7ed371

File tree

11 files changed

+156
-157
lines changed

11 files changed

+156
-157
lines changed

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tanstack/react-router-devtools": "^1.131.27",
2626
"@xstate/store": "^3.9.2",
2727
"clsx": "^2.1.1",
28-
"effect": "^3.17.9",
28+
"effect": "^3.17.13",
2929
"graphql-request": "^7.2.0",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",

apps/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@xstate/store": "^3.9.2",
2424
"class-variance-authority": "^0.7.1",
2525
"clsx": "^2.1.1",
26-
"effect": "^3.17.9",
26+
"effect": "^3.17.13",
2727
"framer-motion": "^12.23.12",
2828
"graphql-request": "^7.2.0",
2929
"isomorphic-ws": "^5.0.0",

apps/privy-login-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@xstate/store": "^3.9.2",
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
27-
"effect": "^3.17.9",
27+
"effect": "^3.17.13",
2828
"framer-motion": "^12.23.12",
2929
"graphql-request": "^7.2.0",
3030
"isomorphic-ws": "^5.0.0",

apps/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"prebuild": "prisma generate"
1111
},
1212
"dependencies": {
13-
"@effect/opentelemetry": "^0.56.4",
14-
"@effect/platform": "^0.90.0",
15-
"@effect/platform-node": "^0.96.0",
13+
"@effect/opentelemetry": "^0.56.6",
14+
"@effect/platform": "^0.90.10",
15+
"@effect/platform-node": "^0.96.1",
1616
"@graphprotocol/hypergraph": "workspace:*",
1717
"@noble/hashes": "^1.8.0",
1818
"@prisma/client": "^6.14.0",
1919
"@privy-io/server-auth": "^1.32.0",
2020
"cors": "^2.8.5",
21-
"effect": "^3.17.9",
21+
"effect": "^3.17.13",
2222
"prisma": "^6.14.0"
2323
},
2424
"devDependencies": {

apps/template-vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tanstack/react-router": "^1.131.27",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
25-
"effect": "^3.17.9",
25+
"effect": "^3.17.13",
2626
"lucide-react": "^0.541.0",
2727
"react": "^19.1.1",
2828
"react-dom": "^19.1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/core": "^7.28.3",
2020
"@biomejs/biome": "^2.2.0",
2121
"@changesets/cli": "^2.29.6",
22-
"@effect/language-service": "^0.36.0",
22+
"@effect/language-service": "^0.40.0",
2323
"@effect/vitest": "^0.25.1",
2424
"@graphprotocol/grc-20": "^0.25.2",
2525
"babel-plugin-annotate-pure-calls": "^0.5.0",

packages/create-hypergraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/packages/create-hypergraph-app#readme",
5656
"devDependencies": {
5757
"@effect/cli": "^0.69.2",
58-
"@effect/platform": "^0.90.6",
59-
"@effect/platform-node": "^0.96.0",
58+
"@effect/platform": "^0.90.10",
59+
"@effect/platform-node": "^0.96.1",
6060
"@effect/printer-ansi": "^0.45.0",
6161
"@effect/vitest": "^0.25.1",
6262
"@types/node": "^24.3.0",
63-
"effect": "^3.17.9",
63+
"effect": "^3.17.13",
6464
"execa": "^9.6.0",
6565
"tsdown": "^0.14.1",
6666
"tsx": "^4.20.4"

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@graphprotocol/grc-20": "^0.25.2",
5151
"@noble/hashes": "^1.8.0",
5252
"@tanstack/react-query": "^5.85.5",
53-
"effect": "^3.17.9",
53+
"effect": "^3.17.13",
5454
"graphql-request": "^7.2.0",
5555
"siwe": "^3.0.0",
5656
"uuid": "^11.1.0",

packages/hypergraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@automerge/automerge-repo": "^2.2.0",
6868
"@effect/cli": "^0.69.2",
6969
"@effect/experimental": "^0.54.6",
70-
"@effect/platform": "^0.90.6",
71-
"@effect/platform-node": "^0.96.0",
70+
"@effect/platform": "^0.90.10",
71+
"@effect/platform-node": "^0.96.1",
7272
"@effect/printer": "^0.45.0",
7373
"@effect/printer-ansi": "^0.45.0",
7474
"@graphprotocol/grc-20": "^0.25.2",
@@ -80,7 +80,7 @@
8080
"@serenity-kit/noble-sodium": "^0.2.1",
8181
"@xstate/store": "^3.9.2",
8282
"bs58check": "^4.0.0",
83-
"effect": "^3.17.9",
83+
"effect": "^3.17.13",
8484
"open": "^10.2.0",
8585
"permissionless": "^0.2.47",
8686
"siwe": "^3.0.0",

packages/typesync-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@tanstack/react-router": "^1.131.27",
2727
"@tanstack/react-router-devtools": "^1.131.27",
2828
"@tanstack/router-plugin": "^1.131.27",
29-
"effect": "3.17.9",
29+
"effect": "3.17.13",
3030
"graphql": "^16.11.0",
3131
"graphql-request": "^7.2.0",
3232
"lodash.debounce": "^4.0.8",

0 commit comments

Comments
 (0)