Skip to content

Commit

Permalink
fix: init to use latest graph-ts version (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed May 24, 2023
1 parent b7f8fba commit 394d48b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-jeans-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/graph-cli': patch
---

upgrade to latest graph-ts version
2 changes: 1 addition & 1 deletion packages/cli/src/scaffold/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class Scaffold {
},
dependencies: {
'@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
'@graphprotocol/graph-ts': `0.29.1`,
'@graphprotocol/graph-ts': `0.30.0`,
},
devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
}),
Expand Down

0 comments on commit 394d48b

Please sign in to comment.