Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
live-common update on master (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Feb 11, 2022
1 parent f7af553 commit d9eede8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ledgerhq/hw-transport-http": "6.20.0",
"@ledgerhq/hw-transport-node-hid-singleton": "6.23.1",
"@ledgerhq/ledger-core": "6.14.5",
"@ledgerhq/live-common": "^21.32.0",
"@ledgerhq/live-common": "^21.32.0-hotfix.2",
"@ledgerhq/logs": "6.10.0",
"@ledgerhq/react-ui": "^0.7.3",
"@polkadot/react-identicon": "0.87.6",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2495,10 +2495,10 @@
bignumber.js "^9.0.1"
json-rpc-2.0 "^0.2.16"

"@ledgerhq/live-common@^21.32.0":
version "21.32.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-21.32.0.tgz#61fdee8f315f4f85c73fd56167430a98920172ef"
integrity sha512-3BNQ5TEGxK6HiFbSAqeBSIoO2C/fdUhI4+IE0hzHGRAFGI4hBzprvC+qoPzCBP8eyDW67nkggC9q3Yg18n23ng==
"@ledgerhq/live-common@^21.32.0-hotfix.2":
version "21.32.0-hotfix.2"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-21.32.0-hotfix.2.tgz#07ece4c39201eaf08afae8c7a2a5a3b9732b85c8"
integrity sha512-o9S3ueaCQYaMATUcpYM8PiIPYRyPRD5/UUXebMJEPdksKXrt1TXIqP3rVdofaDroqLH5Bp24HDet5UUZ9Ci99w==
dependencies:
"@celo/contractkit" "^1.5.1"
"@celo/wallet-base" "^1.5.1"
Expand Down Expand Up @@ -17676,11 +17676,6 @@ safe-stable-stringify@^1.1.0:
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz#c8a220ab525cd94e60ebf47ddc404d610dc5d84a"
integrity sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==

safe-stable-stringify@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz#ab67cbe1fe7d40603ca641c5e765cb942d04fc73"
integrity sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==

"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
version "2.1.2"
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
Expand Down

1 comment on commit d9eede8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.919 s
Test results written to: report.json

Diff output ✅

Please sign in to comment.