Upgrade package versions (#384)

* Upgrade package versions

* Use node 18.x in github CI
This commit is contained in:
2023-05-15 12:30:24 +05:30
committed by GitHub
parent 76522afa8d
commit dfd38d3329
16 changed files with 34 additions and 34 deletions
@@ -41,12 +41,12 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cli": "^0.2.42",
"@cerc-io/ipld-eth-client": "^0.2.42",
"@cerc-io/solidity-mapper": "^0.2.42",
"@cerc-io/util": "^0.2.42",
"@cerc-io/cli": "^0.2.43",
"@cerc-io/ipld-eth-client": "^0.2.43",
"@cerc-io/solidity-mapper": "^0.2.43",
"@cerc-io/util": "^0.2.43",
{{#if (subgraphPath)}}
"@cerc-io/graph-node": "^0.2.42",
"@cerc-io/graph-node": "^0.2.43",
{{/if}}
"@ethersproject/providers": "^5.4.4",
"apollo-type-bigint": "^0.1.3",