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
+4 -4
View File
@@ -1,11 +1,11 @@
{
"name": "@cerc-io/util",
"version": "0.2.42",
"version": "0.2.43",
"main": "dist/index.js",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/utils.keyvaluecache": "^1.0.1",
"@cerc-io/solidity-mapper": "^0.2.42",
"@cerc-io/solidity-mapper": "^0.2.43",
"@ethersproject/providers": "^5.4.4",
"@graphql-tools/schema": "^9.0.10",
"@graphql-tools/utils": "^9.1.1",
@@ -37,8 +37,8 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@cerc-io/cache": "^0.2.42",
"@cerc-io/ipld-eth-client": "^0.2.42",
"@cerc-io/cache": "^0.2.43",
"@cerc-io/ipld-eth-client": "^0.2.43",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.11",