Skip to content

Commit e5786a0

Browse files
committed
scaffold: Update graph-ts version to 0.18.0
1 parent 0aa973c commit e5786a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const generatePackageJson = ({ subgraphName }) =>
4242
},
4343
dependencies: {
4444
'@graphprotocol/graph-cli': `${module.exports.version}`,
45-
'@graphprotocol/graph-ts': `0.17.0`,
45+
'@graphprotocol/graph-ts': `0.18.0`,
4646
},
4747
}),
4848
{ parser: 'json' },

0 commit comments

Comments
 (0)