Skip to content

Commit

Permalink
move ethers to peer dependencies (Uniswap#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Aug 6, 2020
1 parent d72eb54 commit 00a1eca
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 990 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore-scripts true
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@ethersproject/address": "^5.0.1",
"@ethersproject/contracts": "^5.0.1",
"@ethersproject/networks": "^5.0.1",
"@ethersproject/providers": "^5.0.4",
"@ethersproject/solidity": "^5.0.1",
"@uniswap/v2-core": "^1.0.0",
"big.js": "^5.2.2",
"decimal.js-light": "^2.5.0",
Expand All @@ -35,7 +30,19 @@
"tiny-warning": "^1.0.3",
"toformat": "^2.0.0"
},
"peerDependencies": {
"@ethersproject/address": "^5.0.0-beta",
"@ethersproject/contracts": "^5.0.0-beta",
"@ethersproject/networks": "^5.0.0-beta",
"@ethersproject/providers": "^5.0.0-beta",
"@ethersproject/solidity": "^5.0.0-beta"
},
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@ethersproject/contracts": "^5.0.2",
"@ethersproject/networks": "^5.0.2",
"@ethersproject/providers": "^5.0.5",
"@ethersproject/solidity": "^5.0.2",
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"babel-plugin-transform-jsbi-to-bigint": "^1.3.1",
Expand Down
Loading

0 comments on commit 00a1eca

Please sign in to comment.