Skip to content

Commit

Permalink
fix: don't allow upgrades @ledgerhq/hw-transport to 6.31.0
Browse files Browse the repository at this point in the history
That version requires `@types/node@20` which is incompatible with [email protected].
  • Loading branch information
davidyuk committed Jul 17, 2024
1 parent 0524553 commit 1ef43e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@azure/core-client": "^1.8.0",
"@azure/core-rest-pipeline": "^1.14.0",
"@babel/runtime-corejs3": "^7.24.0",
"@ledgerhq/hw-transport": "^6.30.4",
"@ledgerhq/hw-transport": "~6.30.6",
"@types/aes-js": "^3.1.4",
"@types/json-bigint": "^1.0.4",
"@types/node": "~18.13",
Expand Down

0 comments on commit 1ef43e6

Please sign in to comment.