Skip to content

Commit

Permalink
Update the version of ledger libraries to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Dec 12, 2019
1 parent 936e589 commit 5482adf
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 53 deletions.
129 changes: 79 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"test-live": "npm test -- --watch",
"bundlesize": "bundlesize",
"analyze-bundles": "webpack --config ./config/webpack.config.analyze",
"start": "electron ./app/",
"start": "LISK_HUB_URL='http://localhost:8080' DEBUG=true electron ./app/",
"dist": "electron-builder --ia32 --x64 --publish onTag",
"dist:win": "electron-builder --win --ia32 --x64 --publish onTag",
"dist:mac": "electron-builder --mac",
Expand All @@ -47,8 +47,8 @@
"url": "https://github.com/LiskHQ/lisk-desktop"
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "4.73.2",
"@ledgerhq/hw-transport-u2f": "4.73.2",
"@ledgerhq/hw-transport-node-hid": "4.78.0",
"@ledgerhq/hw-transport-u2f": "4.78.0",
"@liskhq/lisk-client": "2.0.0",
"@liskhq/lisk-transactions": "2.0.0",
"await-to-js": "2.1.1",
Expand Down

0 comments on commit 5482adf

Please sign in to comment.