Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @graphprotocol/graph-cli from 0.73.0 to 0.82.0 #320

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion relayer-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.73.0",
"@graphprotocol/graph-cli": "^0.82.0",
"concat-stream": "^2.0.0",
"gluegun": "^5.1.2",
"matchstick-as": "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion veascan-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.73.0"
"@graphprotocol/graph-cli": "^0.82.0"
}
}
2 changes: 1 addition & 1 deletion veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@goldskycom/cli": "^1.6.0",
"@graphprotocol/graph-cli": "^0.73.0"
"@graphprotocol/graph-cli": "^0.82.0"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1727,9 +1727,9 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/graph-cli@npm:^0.73.0":
version: 0.73.0
resolution: "@graphprotocol/graph-cli@npm:0.73.0"
"@graphprotocol/graph-cli@npm:^0.82.0":
version: 0.82.0
resolution: "@graphprotocol/graph-cli@npm:0.82.0"
dependencies:
"@float-capital/float-subgraph-uncrashable": "npm:^0.0.0-alpha.4"
"@oclif/core": "npm:2.8.6"
Expand Down Expand Up @@ -1761,7 +1761,7 @@ __metadata:
yaml: "npm:1.10.2"
bin:
graph: bin/run
checksum: 10/ebcd5b8163257e8920fcad90b074b4e35a9bbe4d979cabcf6deb731480b8d86a069ccb56cbbd695623e10291f0288d7ae12806ba359ca67df6a77dcf7a427726
checksum: 10/07e994ba50784084e0e7fd91682fd89d60f0ecb41efad78f3f1120784927b937ef5fadf28ed4350da6ca71ff9f82dcb2eff411f8c53e7db39be6008ca839c72b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3278,7 +3278,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/vea-relayer-subgraph-inbox@workspace:relayer-subgraph-inbox"
dependencies:
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.82.0"
"@graphprotocol/graph-ts": "npm:^0.35.1"
concat-stream: "npm:^2.0.0"
gluegun: "npm:^5.1.2"
Expand Down Expand Up @@ -3306,7 +3306,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/veascan-subgraph-inbox@workspace:veascan-subgraph-inbox"
dependencies:
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.82.0"
"@graphprotocol/graph-ts": "npm:^0.35.1"
languageName: unknown
linkType: soft
Expand All @@ -3316,7 +3316,7 @@ __metadata:
resolution: "@kleros/veascan-subgraph-outbox@workspace:veascan-subgraph-outbox"
dependencies:
"@goldskycom/cli": "npm:^1.6.0"
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.82.0"
"@graphprotocol/graph-ts": "npm:^0.35.1"
languageName: unknown
linkType: soft
Expand Down
Loading