Skip to content

Commit

Permalink
🔝 Update ethers to 5.6.2 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj426382 authored Apr 13, 2022
1 parent 3e99a3b commit be6fd8e
Show file tree
Hide file tree
Showing 19 changed files with 363 additions and 650 deletions.
12 changes: 12 additions & 0 deletions .changeset/update-ethers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@ethereum-waffle/chai": patch
"ethereum-waffle": patch
"@ethereum-waffle/compiler": patch
"@ethereum-waffle/e2e": patch
"@ethereum-waffle/ens": patch
"@ethereum-waffle/hardhat": patch
"@ethereum-waffle/mock-contract": patch
"@ethereum-waffle/provider": patch
---

🔝 Update ethers to 5.6.2
7 changes: 2 additions & 5 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "5.6.1",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
Expand Down
7 changes: 2 additions & 5 deletions examples/called-on-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "5.6.1",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
Expand Down
7 changes: 2 additions & 5 deletions examples/change-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "5.6.1",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2"
Expand Down
7 changes: 2 additions & 5 deletions examples/dynamic-mocking-and-testing-calls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "5.6.1",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2"
Expand Down
7 changes: 2 additions & 5 deletions examples/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
"lint:fix": "eslint --fix '{src,test}/**/*.ts'"
},
"devDependencies": {
"ethers": "5.6.1",
"ethers": "5.6.2",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"@ethereum-waffle/provider": "workspace:*",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
Expand Down
7 changes: 2 additions & 5 deletions examples/mock-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
"lint:fix": "eslint --fix '{src,test}/**/*.ts'"
},
"devDependencies": {
"ethers": "5.6.1",
"ethers": "5.6.2",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
Expand Down
7 changes: 2 additions & 5 deletions examples/typechain-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
"@openzeppelin/contracts": "^3.0.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "5.6.1",
"ethers": "5.6.2",
"mocha": "^7.1.2",
"solc": "^0.8.13",
"ts-node": "^8.9.1",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"ts-node": "^9.0.0",
"typescript": "^4.6.2"
"sinon-chai": "^3.5.0"
},
"dependencies": {
"@changesets/cli": "^2.22.0"
Expand Down
Loading

0 comments on commit be6fd8e

Please sign in to comment.