We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f8fba commit 394d48bCopy full SHA for 394d48b
.changeset/moody-jeans-ring.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+upgrade to latest graph-ts version
packages/cli/src/scaffold/index.ts
@@ -73,7 +73,7 @@ export default class Scaffold {
73
},
74
dependencies: {
75
'@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
76
- '@graphprotocol/graph-ts': `0.29.1`,
+ '@graphprotocol/graph-ts': `0.30.0`,
77
78
devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
79
}),
0 commit comments