Browse Source
Version bump for live-common to benefit from partners refactoring
develop
Juan Cortes Ross
6 years ago
No known key found for this signature in database
GPG Key ID: 34A99C03E9455EB8
3 changed files with
8 additions and
5 deletions
-
.flowconfig
-
package.json
-
yarn.lock
|
|
@ -6,6 +6,8 @@ |
|
|
|
[untyped] |
|
|
|
.*/node_modules/react-select |
|
|
|
<PROJECT_ROOT>/node_modules/qrloop/lib/Buffer.js* |
|
|
|
<PROJECT_ROOT>/node_modules/@ledgerhq/live-common/lib/partners/icons/react/* |
|
|
|
<PROJECT_ROOT>/node_modules/@ledgerhq/live-common/lib/partners/react.jsarn |
|
|
|
|
|
|
|
[include] |
|
|
|
|
|
|
@ -18,5 +20,6 @@ flow-defs |
|
|
|
[options] |
|
|
|
module.system.node.resolve_dirname=node_modules |
|
|
|
module.system.node.resolve_dirname=./src |
|
|
|
munge_underscores=true |
|
|
|
|
|
|
|
[strict] |
|
|
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
"@ledgerhq/hw-transport": "^4.35.0", |
|
|
|
"@ledgerhq/hw-transport-node-hid": "^4.35.0", |
|
|
|
"@ledgerhq/ledger-core": "2.0.0-rc.16", |
|
|
|
"@ledgerhq/live-common": "4.16.1", |
|
|
|
"@ledgerhq/live-common": "4.18.0", |
|
|
|
"animated": "^0.2.2", |
|
|
|
"async": "^2.6.1", |
|
|
|
"axios": "^0.18.0", |
|
|
|
|
|
@ -1730,10 +1730,10 @@ |
|
|
|
bindings "^1.3.0" |
|
|
|
nan "^2.6.2" |
|
|
|
|
|
|
|
"@ledgerhq/live-common@4.16.1": |
|
|
|
version "4.16.1" |
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-4.16.1.tgz#9b8d29bad5867f422566b51ba8ef262ba32a49ae" |
|
|
|
integrity sha512-a0ckySEeCj+xnSr6zkbx2uFri3W+uHbEf0I5HIUjm7hXP4N36Rm8vPP+xR5oHpzIaj1DzpcFVDIBm9TgIhXwMA== |
|
|
|
"@ledgerhq/live-common@4.18.0": |
|
|
|
version "4.18.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-4.18.0.tgz#0e087e18ec147feaebfaf66e6346138b4a7e4fd2" |
|
|
|
integrity sha512-hcIzeuw96T2eYm13KYatg32zNyl5o16yyJrc+C+xB5mG0FeL6zSAEvodLsLqVIeJ22YXl5lVAlx8y4VVI0AseA== |
|
|
|
dependencies: |
|
|
|
"@aeternity/ledger-app-api" "0.0.4" |
|
|
|
"@ledgerhq/errors" "^4.32.0" |
|
|
|