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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/ipld-eth-client",
"version": "0.2.42",
"version": "0.2.43",
"description": "IPLD ETH Client",
"main": "dist/index.js",
"scripts": {
@@ -20,7 +20,7 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.7.1",
"@cerc-io/cache": "^0.2.42",
"@cerc-io/cache": "^0.2.43",
"cross-fetch": "^3.1.4",
"debug": "^4.3.1",
"ethers": "^5.4.4",