Browse Source

bump libcore and add new error text

gre-patch-1
Valentin D. Pinkman 6 years ago
parent
commit
1c38c907ab
No known key found for this signature in database GPG Key ID: E7D110669FFB8D3E
  1. 4
      package.json
  2. 4
      static/i18n/en/app.json
  3. 8
      yarn.lock

4
package.json

@ -41,7 +41,7 @@
"@ledgerhq/hw-transport": "^4.32.0",
"@ledgerhq/hw-transport-node-hid": "^4.32.0",
"@ledgerhq/ledger-core": "2.0.0-rc.14",
"@ledgerhq/live-common": "4.8.1",
"@ledgerhq/live-common": "4.9.1",
"animated": "^0.2.2",
"async": "^2.6.1",
"axios": "^0.18.0",
@ -189,4 +189,4 @@
"yarn": "^1.10.1"
},
"private": true
}
}

4
static/i18n/en/app.json

@ -870,6 +870,10 @@
"title": "App update required",
"description": "Uninstall and reinstall the {{managerAppName}} app in the Manager"
},
"DeviceOnDashboardExpected": {
"title": "Return to Dashboard",
"description": "Please navigate back to Dashboard on your device"
},
"WebsocketConnectionError": {
"title": "Sorry, try again (websocket error)",
"description": null

8
yarn.lock

@ -1725,10 +1725,10 @@
bindings "^1.3.0"
nan "^2.6.2"
"@ledgerhq/live-common@4.8.1":
version "4.8.1"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-4.8.1.tgz#3327b438d18ab02f54fed08756439d7637a631a0"
integrity sha512-5Bw74PCPMpMny4/Ro0t/Pi6lYj5bMkcF/1tzX+l++RMkiwvE3+gP7gqW5Vk3waU7i6FOUk22aMMgFYDcQx7O+g==
"@ledgerhq/live-common@4.9.1":
version "4.9.1"
resolved "https://registry.yarnpkg.com/@ledgerhq/live-common/-/live-common-4.9.1.tgz#031a1b626c03f4f3dac8eb53b7bce9ceff2f5276"
integrity sha512-KvQ4cqEr1CGwce8ch3U2IHK7uw131DR74bncmS++KKwr1MxAIa4UbLTvN7w5id9eTCP67ioM7S/xsNQqtgdG9Q==
dependencies:
"@aeternity/ledger-app-api" "0.0.4"
"@ledgerhq/hw-app-btc" "^4.32.0"

Loading…
Cancel
Save