Skip to content

Commit 394d48b

Browse files
authored
fix: init to use latest graph-ts version (#1357)
1 parent b7f8fba commit 394d48b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/moody-jeans-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default class Scaffold {
7373
},
7474
dependencies: {
7575
'@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
76-
'@graphprotocol/graph-ts': `0.29.1`,
76+
'@graphprotocol/graph-ts': `0.30.0`,
7777
},
7878
devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
7979
}),

0 commit comments

Comments
 (0)