Upgrade package versions (#360)

* Set eslint max-warnings to 0 in codegen generated watcher

* Upgrade package versions
This commit is contained in:
2023-04-13 17:07:09 +05:30
committed by GitHub
parent 25df38ace2
commit 72ec6c8e5b
21 changed files with 70 additions and 70 deletions
@@ -5,7 +5,7 @@
"private": true,
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"lint": "eslint --max-warnings=0 .",
"build": "yarn clean && tsc && yarn copy-assets",
"clean": "rm -rf ./dist",
"copy-assets": "copyfiles -u 1 src/**/*.gql dist/",
@@ -41,12 +41,12 @@
"dependencies": {
"@apollo/client": "^3.3.19",
"@ethersproject/providers": "^5.4.4",
"@cerc-io/cli": "^0.2.34",
"@cerc-io/ipld-eth-client": "^0.2.34",
"@cerc-io/solidity-mapper": "^0.2.34",
"@cerc-io/util": "^0.2.34",
"@cerc-io/cli": "^0.2.36",
"@cerc-io/ipld-eth-client": "^0.2.36",
"@cerc-io/solidity-mapper": "^0.2.36",
"@cerc-io/util": "^0.2.36",
{{#if (subgraphPath)}}
"@cerc-io/graph-node": "^0.2.34",
"@cerc-io/graph-node": "^0.2.36",
{{/if}}
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",