Skip to content

Commit b003266

Browse files
committed
Fix versions
1 parent 081c3e6 commit b003266

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "4.5.5"
4040
},
4141
"dependencies": {
42-
"@bn-onboard/common": "^2.0.0-alpha.5",
42+
"@bn-onboard/common": "^2.0.0-alpha.1",
4343
"bowser": "^2.11.0",
4444
"ethers": "5.5.3",
4545
"eventemitter3": "^4.0.7",

packages/fortmatic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"fortmatic": "^2.2.1"
2525
}
2626
}

packages/gnosis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"@gnosis.pm/safe-apps-provider": "^0.9.2",
2525
"@gnosis.pm/safe-apps-sdk": "^6.1.1"
2626
}

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"joi": "^17.4.2",
2525
"lodash.uniqby": "^4.7.0"
2626
}

packages/keepkey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"typescript": "^4.5.5"
2525
},
2626
"dependencies": {
27-
"@bn-onboard/common": "^2.0.0-alpha.5",
27+
"@bn-onboard/common": "^2.0.0-alpha.1",
2828
"@ethersproject/providers": "^5.5.0",
2929
"@shapeshiftoss/hdwallet-core": "^1.15.2",
3030
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",

packages/keystone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "^4.5.5"
1919
},
2020
"dependencies": {
21-
"@bn-onboard/common": "^2.0.0-alpha.5",
21+
"@bn-onboard/common": "^2.0.0-alpha.1",
2222
"@ethereumjs/common": "^2.6.1",
2323
"@ethereumjs/tx": "^3.4.0",
2424
"@ethersproject/providers": "^5.5.0",

packages/ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
24-
"@bn-onboard/common": "^2.0.0-alpha.5",
24+
"@bn-onboard/common": "^2.0.0-alpha.1",
2525
"@ethereumjs/common": "^2.6.1",
2626
"@ethereumjs/tx": "^3.4.0",
2727
"@ethersproject/providers": "^5.5.0",

packages/mew/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14",
2525
"rxjs": "^7.5.2"
2626
}

packages/portis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"@portis/web3": "^4.0.6"
2525
}
2626
}

packages/torus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^4.5.5"
2121
},
2222
"dependencies": {
23-
"@bn-onboard/common": "^2.0.0-alpha.5",
23+
"@bn-onboard/common": "^2.0.0-alpha.1",
2424
"@toruslabs/torus-embed": "^1.18.3"
2525
}
2626
}

0 commit comments

Comments
 (0)