Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed Sep 27, 2023
1 parent 2da99c8 commit 63364ca
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion substreams/substreams-trigger-filter/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "dependencies": { "@graphprotocol/graph-cli": "^0.52.0" } }
{ "dependencies": { "@graphprotocol/graph-cli": "^0.58.0" } }
2 changes: 1 addition & 1 deletion tests/integration-tests/block-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.52.0-alpha-20230628121316-48231a7",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/ganache-reverts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/ganache-reverts --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/host-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/host-exports --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/int8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy:test": "graph deploy test/int8 --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.51.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/non-fatal-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/non-fatal-errors --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/overloaded-contract-functions --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/poi-for-failed-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/poi-for-failed-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/remove-then-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/remove-then-update --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/value-roundtrip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/value-roundtrip --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/runner-tests/arweave-file-data-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test": "graph deploy test/file-data-sources --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.54.0-alpha-20230801202859-9fcb823",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions tests/runner-tests/block-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.52.0-alpha-20230628121316-48231a7",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions tests/runner-tests/data-source-revert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test-grafted": "graph deploy test/data-source-revert-grafted grafted.yaml --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions tests/runner-tests/data-source-revert2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"deploy:test": "graph deploy test/data-source-revert2 --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions tests/runner-tests/data-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test": "graph deploy test/data-sources --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.57.0-alpha-20230831103613-4c8bdf8",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
2 changes: 1 addition & 1 deletion tests/runner-tests/derived-loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy:test": "graph deploy test/derived-loaders --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.53.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/runner-tests/dynamic-data-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/dynamic-data-source --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/runner-tests/fatal-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"deploy:test": "graph deploy test/fatal-error --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0",
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/runner-tests/file-data-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test": "graph deploy test/file-data-sources --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
4 changes: 2 additions & 2 deletions tests/runner-tests/typename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy:test": "graph deploy test/typename --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.50.0",
"@graphprotocol/graph-ts": "0.30.0"
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}

0 comments on commit 63364ca

Please sign in to comment.