Skip to content

Commit

Permalink
Merge pull request #654 from liquity/ethers-v5.4
Browse files Browse the repository at this point in the history
chore: upgrade Ethers to v5.4.2
  • Loading branch information
danielattilasimon authored Jul 27, 2021
2 parents a12f8b7 + 8ee155f commit 1e21f8a
Show file tree
Hide file tree
Showing 10 changed files with 416 additions and 382 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"decimal.js": "^10.2.0",
"eth-mutants": "^0.1.1",
"ethereumjs-util": "^7.0.9",
"ethers": "^5.0.32",
"ethers": "^5.4.2",
"solc": "^0.6.11",
"xmlhttprequest": "^1.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": ".",
"dependencies": {
"@ethersproject/abi": "5.3.1",
"@ethersproject/abi": "5.4.0",
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-regular-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
Expand All @@ -27,7 +27,7 @@
"@web3-react/injected-connector": "6.0.7",
"@web3-react/types": "6.0.7",
"cross-env": "7.0.3",
"ethers": "5.3.1",
"ethers": "5.4.2",
"npm-run-all": "4.1.5",
"react": "17.0.1",
"react-circular-progressbar": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"chalk": "^4.1.0",
"ethers": "^5.3.0"
"ethers": "^5.4.2"
},
"scripts": {
"liqbot": "node src/liqbot.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/yargs": "^16.0.0",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"ethers": "^5.3.0",
"ethers": "^5.4.2",
"ts-node": "^9.0.0",
"typescript": "~4.1.0",
"yargs": "^16.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "mocha --require ts-node/register"
},
"dependencies": {
"@ethersproject/bignumber": "5.3.0"
"@ethersproject/bignumber": "5.4.1"
},
"devDependencies": {
"@microsoft/api-extractor": "7.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dotenv": "8.2.0",
"eslint": "7.22.0",
"eslint-plugin-tsdoc": "0.2.11",
"ethers": "5.3.1",
"ethers": "5.4.2",
"fs-extra": "9.1.0",
"hardhat": "2.1.1",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.13.1"
},
"devDependencies": {
"@ethersproject/bignumber": "5.3.0",
"@ethersproject/bignumber": "5.4.1",
"@types/react": "17.0.3",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@apollo/client": "^3.3.12",
"@ethersproject/address": "^5.0.0",
"@ethersproject/address": "^5.4.0",
"cross-fetch": "~3.0.6",
"graphql": "^15.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "tsc --project tsconfig.dist.json"
},
"devDependencies": {
"ethers": "^5.3.0",
"ethers": "^5.4.2",
"ts-node": "^9.1.1",
"typescript": "~4.1.0"
},
Expand Down
778 changes: 406 additions & 372 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1e21f8a

Please sign in to comment.