Skip to content

Commit bf5ab6d

Browse files
evaporeisaihaj
andauthored
deps: update graph-ts to 0.29.1 (#1023)
* deps: update graph-ts to 0.29.1 * lockfile * changeset Co-authored-by: Saihajpreet Singh <[email protected]>
1 parent 09b4c2a commit bf5ab6d

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

.changeset/tall-months-fly.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+
update graph-ts to 0.29.1

examples/basic-event-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy-test": "../../packages/cli/bin/graph deploy test/basic-event-handlers --version-label v0.0.1 --ipfs http://localhost:15001 --node http://127.0.0.1:18020"
1111
},
1212
"devDependencies": {
13-
"@graphprotocol/graph-ts": "0.28.1",
13+
"@graphprotocol/graph-ts": "0.29.1",
1414
"apollo-fetch": "^0.7.0"
1515
},
1616
"dependencies": {

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-wast": "../../packages/cli/bin/graph build -t wast subgraph.yaml"
99
},
1010
"devDependencies": {
11-
"@graphprotocol/graph-ts": "0.28.1"
11+
"@graphprotocol/graph-ts": "0.29.1"
1212
},
1313
"resolutions": {
1414
"assemblyscript": "0.19.10"

packages/cli/src/scaffold/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = class Scaffold {
4646
},
4747
dependencies: {
4848
'@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
49-
'@graphprotocol/graph-ts': `0.28.1`,
49+
'@graphprotocol/graph-ts': `0.29.1`,
5050
},
5151
devDependencies: this.protocol.hasEvents()
5252
? { 'matchstick-as': `0.5.0` }

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)