Skip to content

Commit 6883165

Browse files
chore(release): update monorepo packages versions (#1587)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0075f06 commit 6883165

File tree

14 files changed

+20
-17
lines changed

14 files changed

+20
-17
lines changed

.changeset/four-baboons-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.68.0",
23-
"@graphprotocol/graph-ts": "0.32.0"
23+
"@graphprotocol/graph-ts": "0.33.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.68.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-ts": "0.33.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.68.0",
26-
"@graphprotocol/graph-ts": "0.32.0"
26+
"@graphprotocol/graph-ts": "0.33.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.68.0",
29-
"@graphprotocol/graph-ts": "0.32.0",
29+
"@graphprotocol/graph-ts": "0.33.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.68.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-ts": "0.33.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
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@graphprotocol/graph-cli": "0.68.0",
35-
"@graphprotocol/graph-ts": "0.32.0",
35+
"@graphprotocol/graph-ts": "0.33.0",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
3838
"hardhat": "^2.13.1"

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.68.0",
22-
"@graphprotocol/graph-ts": "0.32.0",
22+
"@graphprotocol/graph-ts": "0.33.0",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"
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 codegen --output-dir src/types/ subgraph.yaml"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-ts": "0.32.0"
16+
"@graphprotocol/graph-ts": "0.33.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.68.0",
17-
"@graphprotocol/graph-ts": "0.32.0"
17+
"@graphprotocol/graph-ts": "0.33.0"
1818
},
1919
"devDependencies": {
2020
"matchstick-as": "0.6.0"

0 commit comments

Comments
 (0)