Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: upgrade uc-bitcoin and pin broken ledger deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Jan 3, 2024
1 parent b36198c commit 51e5c11
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"node": ">=20"
},
"overrides": {
"jspdf": "2.5.1"
"jspdf": "2.5.1",
"@ledgerhq/hw-transport-webusb": {
"@ledgerhq/hw-transport": "6.28.1",
"@ledgerhq/devices": "8.0.0"
}
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.0",
Expand Down Expand Up @@ -144,7 +148,7 @@
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.56.2",
"unchained-bitcoin": "^1.0.1",
"unchained-bitcoin": "^1.1.0",
"unchained-wallets": "^1.0.3"
}
}

0 comments on commit 51e5c11

Please sign in to comment.