mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 01:04:07 +00:00
Fix json-bigint package version in yarn.lock file (#361)
* Fix json-bigint package version in lock file * Upgrade package versions
This commit is contained in:
@@ -41,12 +41,12 @@
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.19",
|
||||
"@ethersproject/providers": "^5.4.4",
|
||||
"@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",
|
||||
"@cerc-io/cli": "^0.2.37",
|
||||
"@cerc-io/ipld-eth-client": "^0.2.37",
|
||||
"@cerc-io/solidity-mapper": "^0.2.37",
|
||||
"@cerc-io/util": "^0.2.37",
|
||||
{{#if (subgraphPath)}}
|
||||
"@cerc-io/graph-node": "^0.2.36",
|
||||
"@cerc-io/graph-node": "^0.2.37",
|
||||
{{/if}}
|
||||
"apollo-type-bigint": "^0.1.3",
|
||||
"debug": "^4.3.1",
|
||||
@@ -62,7 +62,7 @@
|
||||
"@ethersproject/abi": "^5.3.0",
|
||||
"@types/yargs": "^17.0.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/json-bigint": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
||||
"@typescript-eslint/parser": "^5.47.1",
|
||||
"eslint": "^8.35.0",
|
||||
|
||||
Reference in New Issue
Block a user