Skip to content

Commit

Permalink
build(package): move ethers to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 2, 2024
1 parent 05b044e commit 5a1eb34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
},
"homepage": "https://github.com/rubilmax/ethers-multicall-provider#readme",
"dependencies": {
"dataloader": "^2.2.2",
"ethers": "^6.13.1"
"dataloader": "^2.2.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -54,6 +53,7 @@
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.1",
"ethers": "^6.13.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
Expand All @@ -62,6 +62,9 @@
"typechain": "^8.3.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"ethers": "^6.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 5a1eb34

Please sign in to comment.