Skip to content

Commit c31abcc

Browse files
authored
[torus-v2.1.2-alpha.2] : Fix - Lock torus dep version (#1252)
* Lock torus dep version * Fix alpha version for common
1 parent 8834c05 commit c31abcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/torus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/torus",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2-alpha.2",
44
"description": "Torus SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -56,7 +56,7 @@
5656
"typescript": "^4.5.5"
5757
},
5858
"dependencies": {
59-
"@toruslabs/torus-embed": "^1.18.3",
59+
"@toruslabs/torus-embed": "1.27.3",
6060
"@web3-onboard/common": "^2.2.2-alpha.1"
6161
}
6262
}

0 commit comments

Comments
 (0)