Skip to content

Commit

Permalink
🐛 Fix node-hid 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabbech-ledger committed Jun 19, 2024
1 parent 2cd103f commit 1df64d2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .changeset/sweet-papayas-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/hw-transport-node-hid-singleton": patch
"@ledgerhq/hw-transport-node-hid-noevents": patch
"@ledgerhq/hw-transport-node-hid": patch
---

Force node-hid version to 2.1.2, fix glibc < 2.33 error
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ledgerhq/errors": "workspace:^",
"@ledgerhq/hw-transport": "workspace:^",
"@ledgerhq/logs": "workspace:^",
"node-hid": "^2.1.2"
"node-hid": "2.1.2"
},
"devDependencies": {
"@types/jest": "^29.5.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ledgerhq/hw-transport": "workspace:^",
"@ledgerhq/hw-transport-node-hid-noevents": "workspace:^",
"@ledgerhq/logs": "workspace:^",
"node-hid": "^2.1.2",
"node-hid": "2.1.2",
"usb": "2.9.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ledgerjs/packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ledgerhq/hw-transport-node-hid-noevents": "workspace:^",
"@ledgerhq/logs": "workspace:^",
"lodash": "^4.17.21",
"node-hid": "^2.1.2",
"node-hid": "2.1.2",
"usb": "2.9.0"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 1df64d2

Please sign in to comment.