diff --git a/packages/torus/package.json b/packages/torus/package.json index 67110a42f..9ef33c58c 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "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.", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@toruslabs/torus-embed": "^1.18.3", + "@toruslabs/torus-embed": "1.27.3", "@web3-onboard/common": "^2.2.2-alpha.1" } }