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 8a79d05 commit 3e29dfdCopy full SHA for 3e29dfd
.changeset/tame-pets-smash.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': patch
3
4
+
5
+upgrade `graph init` to use latest version of `graph-ts`
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.30.0`,
+ '@graphprotocol/graph-ts': `0.32.0`,
77
78
devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
79
}),
0 commit comments