Skip to content

Commit

Permalink
Move ethers to dependencies (#122)
Browse files Browse the repository at this point in the history
* Move ethers to dependencies
  • Loading branch information
marekkirejczyk authored Apr 2, 2021
1 parent d70f471 commit feff916
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-poets-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@usedapp/core": patch
---

Move ethers to dependencies
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
},
"devDependencies": {
"@ethereum-waffle/provider": "^3.2.2",
"@ethersproject/abi": "^5.0.12",
"@ethersproject/bignumber": "^5.0.14",
"@ethersproject/contracts": "^5.0.10",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -33,6 +30,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@ethersproject/abi": "^5.0.12",
"@ethersproject/bignumber": "^5.0.14",
"@ethersproject/contracts": "^5.0.10",
"@ethersproject/providers": "^5.0.17",
"@types/react": "^17.0.0",
"@web3-react/core": "^6.1.1",
Expand Down

0 comments on commit feff916

Please sign in to comment.