Skip to content

Commit 3d80e2a

Browse files
chore(deps): update dependency @graphprotocol/graph-cli to v0.91.1
1 parent 7faa309 commit 3d80e2a

File tree

13 files changed

+63
-65
lines changed

13 files changed

+63
-65
lines changed

examples/aggregations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "graph test"
1818
},
1919
"dependencies": {
20-
"@graphprotocol/graph-cli": "0.90.1",
20+
"@graphprotocol/graph-cli": "0.91.1",
2121
"@graphprotocol/graph-ts": "^0.35.1"
2222
},
2323
"devDependencies": {

examples/arweave-blocks-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.90.1",
22+
"@graphprotocol/graph-cli": "0.91.1",
2323
"@graphprotocol/graph-ts": "0.35.1"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.90.1",
27+
"@graphprotocol/graph-cli": "0.91.1",
2828
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}

examples/cosmos-osmosis-token-swaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.90.1",
25+
"@graphprotocol/graph-cli": "0.91.1",
2626
"@graphprotocol/graph-ts": "0.35.1"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.90.1",
28+
"@graphprotocol/graph-cli": "0.91.1",
2929
"@graphprotocol/graph-ts": "0.35.1",
3030
"mustache": "^4.2.0"
3131
}

examples/cosmos-validator-rewards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.90.1",
27+
"@graphprotocol/graph-cli": "0.91.1",
2828
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}

examples/ethereum-basic-event-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"typescript": "^5.7.2"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.90.1",
28+
"@graphprotocol/graph-cli": "0.91.1",
2929
"@graphprotocol/graph-ts": "0.35.1",
3030
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
3131
"apollo-fetch": "^0.7.0",

examples/ethereum-gravatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/graph-cli": "0.90.1",
21+
"@graphprotocol/graph-cli": "0.91.1",
2222
"@graphprotocol/graph-ts": "0.35.1",
2323
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
2424
"hardhat": "^2.22.17"

examples/matic-lens-protocol-posts-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "graph test"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.90.1",
16+
"@graphprotocol/graph-cli": "0.91.1",
1717
"@graphprotocol/graph-ts": "0.35.1"
1818
},
1919
"devDependencies": {

examples/near-blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.90.1",
20+
"@graphprotocol/graph-cli": "0.91.1",
2121
"@graphprotocol/graph-ts": "0.35.1"
2222
}
2323
}

0 commit comments

Comments
 (0)