Skip to content

Commit 38f35a5

Browse files
author
ignaciosantise
committed
fix: changed ethers peerDependency versions
1 parent f193443 commit 38f35a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/coinbase-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"peerDependencies": {
4040
"@coinbase/wallet-mobile-sdk": ">=1.0.10",
41-
"ethers": ">5 <6"
41+
"ethers": ">=5"
4242
},
4343
"react-native": "src/index.ts",
4444
"react-native-builder-bob": {

packages/ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"@react-native-async-storage/async-storage": ">=1.17.0",
4747
"@react-native-community/netinfo": "*",
48-
"ethers": "<=6.0.0",
48+
"ethers": ">=6.0.0",
4949
"react": ">=17",
5050
"react-native": ">=0.68.5",
5151
"react-native-get-random-values": "*"

0 commit comments

Comments
 (0)