Skip to content

Commit

Permalink
*: Upgrade ethers and @graphprotocol/cost-model dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN authored and tilacog committed Jan 31, 2023
1 parent 920ee70 commit 23db261
Show file tree
Hide file tree
Showing 7 changed files with 402 additions and 399 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"lerna": "6.1.0"
},
"resolutions": {
"ethers": "5.6.2",
"ethers": "5.7.0",
"sequelize": "6.19.0",
"@ethersproject/bignumber": "5.6.0",
"@ethersproject/providers": "5.6.2",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.0",
"@urql/core": "2.4.4",
"@urql/exchange-execute": "1.2.2"
},
"overrides": {
"ethers": "5.6.2",
"ethers": "5.7.0",
"sequelize": "6.19.0",
"@ethersproject/bignumber": "5.6.0",
"@ethersproject/providers": "5.6.2",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.0",
"@urql/core": "2.4.4",
"@urql/exchange-execute": "1.2.2",
"graphql": "16.3.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"axios": "0.26.1",
"bs58": "5.0.0",
"delay": "^5.0.0",
"ethers": "5.6.2",
"ethers": "5.7.0",
"evt": "1.9.12",
"global": "4.4.0",
"graphql": "16.3.0",
Expand Down Expand Up @@ -72,10 +72,10 @@
"typescript": "4.6.3"
},
"resolutions": {
"ethers": "5.6.2",
"ethers": "5.7.0",
"sequelize": "6.19.0",
"@ethersproject/bignumber": "5.6.0",
"@ethersproject/providers": "5.6.2"
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.0"
},
"gitHead": "972ab96774007b2aee15b1da169d2ff4be9f9d27"
}
4 changes: 2 additions & 2 deletions packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@urql/core": "2.4.4",
"chalk": "4.1.2",
"env-paths": "2.2.1",
"ethers": "5.6.2",
"ethers": "5.7.0",
"gluegun": "4.7.0",
"graphql-tag": "2.12.6",
"isomorphic-fetch": "3.0.0",
Expand All @@ -51,7 +51,7 @@
"typescript": "4.6.3"
},
"resolutions": {
"ethers": "5.6.2",
"ethers": "5.7.0",
"sequelize": "6.19.0"
},
"gitHead": "972ab96774007b2aee15b1da169d2ff4be9f9d27"
Expand Down
8 changes: 4 additions & 4 deletions packages/indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.1",
"@graphprotocol/cost-model": "0.1.14",
"@graphprotocol/cost-model": "0.1.16",
"@thi.ng/heaps": "1.2.38",
"@urql/core": "2.4.4",
"@urql/exchange-execute": "1.2.2",
"body-parser": "1.19.1",
"cors": "2.8.5",
"ethers": "5.6.2",
"ethers": "5.7.0",
"evt": "1.10.1",
"express": "4.17.3",
"fastify": "3.25.0",
Expand Down Expand Up @@ -63,9 +63,9 @@
"typescript": "4.6.3"
},
"resolutions": {
"ethers": "5.6.2",
"ethers": "5.7.0",
"sequelize": "6.19.0",
"@ethersproject/bignumber": "5.6.0",
"@ethersproject/bignumber": "5.7.0",
"@urql/exchange-execute/@urql/core": "2.4.4"
},
"gitHead": "972ab96774007b2aee15b1da169d2ff4be9f9d27"
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"bs58": "5.0.0",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"ethers": "5.6.2",
"ethers": "5.7.0",
"jest": "27.5.1",
"node-pre-gyp-github": "1.4.4",
"prettier": "2.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"graph-indexer-service": "./bin/graph-indexer-service"
},
"resolutions": {
"ethers": "5.6.2",
"@ethersproject/bignumber": "5.6.0",
"ethers": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"graphql": "16.3.0"
},
"dependencies": {
Expand All @@ -46,7 +46,7 @@
"bs58": "5.0.0",
"cors": "2.8.5",
"cross-fetch": "3.1.5",
"ethers": "5.6.2",
"ethers": "5.7.0",
"evt": "1.10.1",
"express": "4.17.3",
"express-graphql": "0.12.0",
Expand Down
Loading

0 comments on commit 23db261

Please sign in to comment.