Skip to content

Commit e46e524

Browse files
fix(deps): update dependency @graphprotocol/graph-ts to v0.36.0
1 parent 7c67142 commit e46e524

File tree

13 files changed

+50
-50
lines changed

13 files changed

+50
-50
lines changed

examples/aggregations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@graphprotocol/graph-cli": "0.90.1",
21-
"@graphprotocol/graph-ts": "^0.35.1"
21+
"@graphprotocol/graph-ts": "^0.36.0"
2222
},
2323
"devDependencies": {
2424
"matchstick-as": "0.6.0"

examples/arweave-blocks-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"@graphprotocol/graph-cli": "0.90.1",
23-
"@graphprotocol/graph-ts": "0.35.1"
23+
"@graphprotocol/graph-ts": "0.36.0"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@graphprotocol/graph-cli": "0.90.1",
26-
"@graphprotocol/graph-ts": "0.35.1"
26+
"@graphprotocol/graph-ts": "0.36.0"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@graphprotocol/graph-cli": "0.90.1",
29-
"@graphprotocol/graph-ts": "0.35.1",
29+
"@graphprotocol/graph-ts": "0.36.0",
3030
"mustache": "^4.2.0"
3131
}
3232
}

examples/cosmos-validator-rewards/package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@graphprotocol/graph-cli": "0.90.1",
29-
"@graphprotocol/graph-ts": "0.35.1",
29+
"@graphprotocol/graph-ts": "0.36.0",
3030
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
3131
"apollo-fetch": "^0.7.0",
3232
"hardhat": "^2.22.17"

examples/ethereum-gravatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@graphprotocol/graph-cli": "0.90.1",
22-
"@graphprotocol/graph-ts": "0.35.1",
22+
"@graphprotocol/graph-ts": "0.36.0",
2323
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
2424
"hardhat": "^2.22.17"
2525
}

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"codegen": "../../packages/cli/bin/run.js codegen --output-dir src/types/ subgraph.yaml"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-ts": "0.35.1"
16+
"@graphprotocol/graph-ts": "0.36.0"
1717
}
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphprotocol/graph-cli": "0.90.1",
17-
"@graphprotocol/graph-ts": "0.35.1"
17+
"@graphprotocol/graph-ts": "0.36.0"
1818
},
1919
"devDependencies": {
2020
"matchstick-as": "0.6.0"

0 commit comments

Comments
 (0)