Skip to content

Commit 55a6403

Browse files
authored
upgrade grc 20 (#538)
1 parent bdf0f39 commit 55a6403

File tree

10 files changed

+308
-251
lines changed

10 files changed

+308
-251
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/hypergraph-react": patch
3+
"@graphprotocol/hypergraph": patch
4+
"connect": patch
5+
---
6+
7+
upgrade grc-20 dependency
8+

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@base-ui-components/react": "1.0.0-beta.2",
18-
"@graphprotocol/grc-20": "^0.24.1",
18+
"@graphprotocol/grc-20": "^0.25.2",
1919
"@graphprotocol/hypergraph": "workspace:*",
2020
"@graphprotocol/hypergraph-react": "workspace:*",
2121
"@heroicons/react": "^2.2.0",

apps/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typesync": "hypergraph typesync"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/grc-20": "^0.24.1",
12+
"@graphprotocol/grc-20": "^0.25.2",
1313
"@graphprotocol/hypergraph": "workspace:*",
1414
"@graphprotocol/hypergraph-react": "workspace:*",
1515
"@noble/hashes": "^1.8.0",

apps/next-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"type": "module",
1313
"dependencies": {
14-
"@graphprotocol/grc-20": "^0.24.1",
14+
"@graphprotocol/grc-20": "^0.25.2",
1515
"@graphprotocol/hypergraph": "workspace:*",
1616
"@graphprotocol/hypergraph-react": "workspace:*",
1717
"next": "15.5.0",

apps/privy-login-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typesync": "hypergraph typesync"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/grc-20": "^0.24.1",
12+
"@graphprotocol/grc-20": "^0.25.2",
1313
"@graphprotocol/hypergraph": "workspace:*",
1414
"@graphprotocol/hypergraph-react": "workspace:*",
1515
"@noble/hashes": "^1.8.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@changesets/cli": "^2.29.6",
2222
"@effect/language-service": "^0.36.0",
2323
"@effect/vitest": "^0.25.1",
24-
"@graphprotocol/grc-20": "^0.24.1",
24+
"@graphprotocol/grc-20": "^0.25.2",
2525
"babel-plugin-annotate-pure-calls": "^0.5.0",
2626
"glob": "^11.0.3",
2727
"pkg-pr-new": "^0.0.56",

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@automerge/automerge": "^3.1.1",
4848
"@automerge/automerge-repo": "^2.2.0",
4949
"@automerge/automerge-repo-react-hooks": "^2.2.0",
50-
"@graphprotocol/grc-20": "^0.24.1",
50+
"@graphprotocol/grc-20": "^0.25.2",
5151
"@noble/hashes": "^1.8.0",
5252
"@tanstack/react-query": "^5.85.5",
5353
"effect": "^3.17.9",

packages/hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@effect/platform-node": "^0.96.0",
7272
"@effect/printer": "^0.45.0",
7373
"@effect/printer-ansi": "^0.45.0",
74-
"@graphprotocol/grc-20": "^0.24.1",
74+
"@graphprotocol/grc-20": "^0.25.2",
7575
"@noble/ciphers": "^1.3.0",
7676
"@noble/curves": "^1.9.7",
7777
"@noble/hashes": "^1.8.0",

packages/typesync-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@base-ui-components/react": "1.0.0-beta.2",
17-
"@graphprotocol/grc-20": "^0.24.1",
17+
"@graphprotocol/grc-20": "^0.25.2",
1818
"@graphprotocol/hypergraph": "workspace:*",
1919
"@graphprotocol/hypergraph-react": "workspace:*",
2020
"@graphql-typed-document-node/core": "^3.2.0",

pnpm-lock.yaml

Lines changed: 292 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)