Skip to content

Commit 32a7366

Browse files
committed
fix(ethers): move to peer dependency
1 parent 451643c commit 32a7366

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

packages/blue-sdk-ethers/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"test-hardhat": "hardhat test"
1515
},
1616
"dependencies": {
17-
"ethers": "^6.12.1",
18-
"ethers-multicall-provider": "^6.3.0",
19-
"ethers-types": "^3.17.1",
2017
"rxjs": "^7.8.1"
2118
},
2219
"devDependencies": {
@@ -33,6 +30,8 @@
3330
"@types/sinon-chai": "^3.2.12",
3431
"chai": "^4.3.10",
3532
"dotenv": "^16.4.5",
33+
"ethers": "^6.12.1",
34+
"ethers-types": "^3.17.0",
3635
"hardhat": "^2.22.6",
3736
"hardhat-deal": "^3.1.0",
3837
"jest": "^29.7.0",
@@ -44,7 +43,9 @@
4443
},
4544
"peerDependencies": {
4645
"@morpho-org/blue-sdk": "workspace:^",
47-
"@morpho-org/morpho-ts": "workspace:^"
46+
"@morpho-org/morpho-ts": "workspace:^",
47+
"ethers": "^6.0.0",
48+
"ethers-types": "^3.17.0"
4849
},
4950
"publishConfig": {
5051
"main": "lib/index.js",

yarn.lock

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,8 +2693,7 @@ __metadata:
26932693
chai: "npm:^4.3.10"
26942694
dotenv: "npm:^16.4.5"
26952695
ethers: "npm:^6.12.1"
2696-
ethers-multicall-provider: "npm:^6.3.0"
2697-
ethers-types: "npm:^3.17.1"
2696+
ethers-types: "npm:^3.17.0"
26982697
hardhat: "npm:^2.22.6"
26992698
hardhat-deal: "npm:^3.1.0"
27002699
jest: "npm:^29.7.0"
@@ -2707,6 +2706,8 @@ __metadata:
27072706
peerDependencies:
27082707
"@morpho-org/blue-sdk": "workspace:^"
27092708
"@morpho-org/morpho-ts": "workspace:^"
2709+
ethers: ^6.0.0
2710+
ethers-types: ^3.17.0
27102711
languageName: unknown
27112712
linkType: soft
27122713

@@ -6026,28 +6027,16 @@ __metadata:
60266027
languageName: node
60276028
linkType: hard
60286029

6029-
"ethers-multicall-provider@npm:^6.3.0":
6030-
version: 6.4.0
6031-
resolution: "ethers-multicall-provider@npm:6.4.0"
6032-
dependencies:
6033-
dataloader: "npm:^2.2.2"
6034-
ethers: "npm:^6.13.1"
6035-
checksum: 10c0/01ab33ca8f765936847a6105c0c40f89b80a2d5959750aeb197218ac2fc8203fa39add39aa632788c59b38fcd5e9cda15db43a1217a2cf8d9711208706921005
6036-
languageName: node
6037-
linkType: hard
6038-
6039-
"ethers-types@npm:^3.17.1":
6040-
version: 3.17.1
6041-
resolution: "ethers-types@npm:3.17.1"
6042-
dependencies:
6043-
ethers: "npm:^6.12.0"
6030+
"ethers-types@npm:^3.17.0":
6031+
version: 3.17.2
6032+
resolution: "ethers-types@npm:3.17.2"
60446033
peerDependencies:
60456034
ethers: ^6.0.0
6046-
checksum: 10c0/8d1f1ca93538b73031f69972b7999e665f66078190def1e5c95887efbf00f78ce774ab637353dd74cf546207928240928ef9f03e97419616b34e564e23b770f3
6035+
checksum: 10c0/e99ad59253cd5de0c7f5669b2a13ca06b6e6eaf493541fcecf4587341bd14f60fae46ab60cb5bae6e46acdd7c38d718df9d80b4a92bea75a74a09d525ad4cad7
60476036
languageName: node
60486037
linkType: hard
60496038

6050-
"ethers@npm:^6.12.0, ethers@npm:^6.12.1, ethers@npm:^6.13.1":
6039+
"ethers@npm:^6.12.1, ethers@npm:^6.13.1":
60516040
version: 6.13.1
60526041
resolution: "ethers@npm:6.13.1"
60536042
dependencies:

0 commit comments

Comments
 (0)