Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit d464573

Browse files
Fix some broken dependencies (#236)
1 parent 4571e5d commit d464573

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@
3232
"deploy": "./bin/deploy.js"
3333
},
3434
"dependencies": {
35-
"@eth-optimism/solc": "^0.6.12-alpha.1",
3635
"@ethersproject/abstract-provider": "^5.0.8",
3736
"@ethersproject/contracts": "^5.0.5",
3837
"@ethersproject/hardware-wallets": "^5.0.8",
3938
"@openzeppelin/contracts": "^3.3.0",
40-
"ethers": "5.0.0",
4139
"ganache-core": "^2.12.1",
4240
"glob": "^7.1.6"
4341
},
@@ -57,6 +55,7 @@
5755
"chai": "^4.2.0",
5856
"copyfiles": "^2.3.0",
5957
"ethereum-waffle": "3.0.0",
58+
"ethers": "^5.0.31",
6059
"fs-extra": "^9.0.1",
6160
"hardhat": "^2.0.8",
6261
"hardhat-typechain": "^0.3.4",
@@ -77,5 +76,8 @@
7776
"tslint-plugin-prettier": "^2.3.0",
7877
"typechain": "2.0.0",
7978
"typescript": "^4.0.2"
79+
},
80+
"peerDependencies": {
81+
"ethers": "^5.0.0"
8082
}
8183
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3813,7 +3813,7 @@ ethers@^4.0.0-beta.1, ethers@^4.0.32:
38133813
uuid "2.0.1"
38143814
xmlhttprequest "1.8.0"
38153815

3816-
ethers@^5, ethers@^5.0.0, ethers@^5.0.1, ethers@^5.0.14, ethers@^5.0.2, ethers@^5.0.25:
3816+
ethers@^5, ethers@^5.0.0, ethers@^5.0.1, ethers@^5.0.14, ethers@^5.0.2, ethers@^5.0.25, ethers@^5.0.31:
38173817
version "5.0.31"
38183818
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.0.31.tgz#60e3b1425864fe5d2babc147ede01be8382a7d2a"
38193819
integrity sha512-zpq0YbNFLFn+t+ibS8UkVWFeK5w6rVMSvbSHrHAQslfazovLnQ/mc2gdN5+6P45/k8fPgHrfHrYvJ4XvyK/S1A==

0 commit comments

Comments
 (0)