Fix dependencies in cli and eth-client packages (#401)

* Fix dependencies in cli and eth-client packages

* Upgrade package versions
This commit is contained in:
2023-08-10 09:58:50 +05:30
committed by GitHub
parent 3b090b3987
commit b600524c8c
13 changed files with 41 additions and 36 deletions
+9 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cli",
"version": "0.2.51",
"version": "0.2.52",
"main": "dist/index.js",
"license": "AGPL-3.0",
"scripts": {
@@ -11,16 +11,22 @@
"chat": "DEBUG='vulcanize:*, laconic:*' node dist/chat.js"
},
"dependencies": {
"@cerc-io/peer": "^0.2.51",
"@cerc-io/util": "^0.2.51",
"@apollo/client": "^3.7.1",
"@cerc-io/cache": "^0.2.52",
"@cerc-io/ipld-eth-client": "^0.2.52",
"@cerc-io/peer": "^0.2.52",
"@cerc-io/rpc-eth-client": "^0.2.52",
"@cerc-io/util": "^0.2.52",
"@ethersproject/providers": "^5.4.4",
"@graphql-tools/utils": "^9.1.1",
"@ipld/dag-cbor": "^8.0.0",
"@libp2p/interface-peer-id": "^2.0.0",
"apollo-server-express": "^3.11.1",
"debug": "^4.3.1",
"ethers": "^5.4.4",
"express": "^4.18.2",
"graphql-subscriptions": "^2.0.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "0.2.37",