From 1c38c907abf9bc78c6a0e5e2f86cca6f39271a84 Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Thu, 17 Jan 2019 16:39:57 +0100 Subject: [PATCH] bump libcore and add new error text --- package.json | 4 ++-- static/i18n/en/app.json | 4 ++++ yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 975c4ab5..e2c8fe37 100644 --- a/package.json +++ b/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 -} \ No newline at end of file +} diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 3b57aa53..bcfb5d91 100644 --- a/static/i18n/en/app.json +++ b/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 diff --git a/yarn.lock b/yarn.lock index 3de0296b..2654faad 100644 --- a/yarn.lock +++ b/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"