From 89c10b3a4f99c7bd2f0c5af5a4cf3ae71de2a6a4 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 6 Sep 2022 13:42:23 -0600 Subject: [PATCH 1/2] Lock torus dep version --- packages/torus/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/torus/package.json b/packages/torus/package.json index 67110a42f..15f693d6c 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", - "@web3-onboard/common": "^2.2.2-alpha.1" + "@toruslabs/torus-embed": "1.27.3", + "@web3-onboard/common": "^2.2.2" } } From 05032fb6cc5cd54aff45d94a67a516794336fffb Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 6 Sep 2022 13:57:24 -0600 Subject: [PATCH 2/2] Fix alpha version for common --- packages/torus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/torus/package.json b/packages/torus/package.json index 15f693d6c..9ef33c58c 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -57,6 +57,6 @@ }, "dependencies": { "@toruslabs/torus-embed": "1.27.3", - "@web3-onboard/common": "^2.2.2" + "@web3-onboard/common": "^2.2.2-alpha.1" } }