From 3b3cd95e69d4ffdcd6abd669345767c3cbfbc33c Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Wed, 10 May 2023 13:20:10 +0800 Subject: [PATCH] feat: ping-widget use github url --- package.json | 2 +- yarn.lock | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 90c5f1c7..41fc3735 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "md-editor-v3": "^2.8.1", "numeral": "^2.0.6", "osmojs": "^14.0.0-rc.0", - "ping-widget": "^0.0.4", + "ping-widget": "git+https://github.com/ping-pub/widget.git", "pinia": "^2.0.28", "postcss": "^8.4.23", "prismjs": "^1.29.0", diff --git a/yarn.lock b/yarn.lock index 6641ae56..24ceec08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6728,6 +6728,24 @@ ping-widget@^0.0.4: vue "^3.2.47" vue3-webcomponent-wrapper "^0.2.0" +"ping-widget@git+https://github.com/ping-pub/widget.git": + version "0.0.4" + resolved "git+https://github.com/ping-pub/widget.git#e91a2626cd3bf4534d40476f0be29f777c2b7c16" + dependencies: + "@cosmjs/amino" "^0.30.1" + "@cosmjs/ledger-amino" "^0.30.1" + "@cosmjs/proto-signing" "^0.30.1" + "@cosmjs/stargate" "^0.30.1" + "@ledgerhq/hw-transport-web-ble" "^6.27.13" + "@tharsis/address-converter" "^0.1.8" + "@tharsis/eip712" "^0.2.4" + "@tharsis/proto" "^0.1.20" + "@tharsis/transactions" "^0.2.6" + cross-fetch "^3.1.5" + daisyui "^2.51.6" + vue "^3.2.47" + vue3-webcomponent-wrapper "^0.2.0" + pinia@^2.0.28: version "2.0.30" resolved "https://registry.npmjs.org/pinia/-/pinia-2.0.30.tgz"