Skip to content

Commit

Permalink
bump hdwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed May 8, 2024
1 parent d5899b3 commit 34512dd
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 107 deletions.
120 changes: 80 additions & 40 deletions .pnp.cjs

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ packageExtensions:
'@keepkey/device-protocol@7.10.2':
dependencies:
'@types/google-protobuf': ^3.5.16
'@keepkey/hdwallet-core@1.53.12':
'@keepkey/hdwallet-core@1.53.14':
dependencies:
'@ethersproject/bytes': ^5.7.0
'@types/google-protobuf': ^3.15.1
'@keepkey/hdwallet-keepkey@1.53.12':
'@keepkey/hdwallet-keepkey@1.53.14':
dependencies:
'@cosmjs/encoding': ^0.30.0
'@metamask/eth-sig-util': ^7.0.0
Expand Down
1 change: 1 addition & 0 deletions packages/hdwallet-keepkey-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@keepkey/hdwallet-core": "^1.53.12"
},
"dependencies": {
"@keepkey/hdwallet-keepkey": "1.53.14",
"@keepkey/keepkey-sdk": "0.2.52",
"lodash": "^4.17.21",
"semver": "^6.3.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/keepkey-desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@
"@formatjs/intl-pluralrules": "^5.0.2",
"@json-rpc-tools/utils": "^1.7.6",
"@keepkey/device-protocol": "^7.10.2",
"@keepkey/hdwallet-core": "^1.53.12",
"@keepkey/hdwallet-keepkey": "1.53.12",
"@keepkey/hdwallet-keepkey-nodewebusb": "^1.53.12",
"@keepkey/hdwallet-core": "^1.53.14",
"@keepkey/hdwallet-keepkey": "1.53.14",
"@keepkey/hdwallet-keepkey-nodewebusb": "^1.53.14",
"@keepkey/hdwallet-keepkey-rest": "workspace:*",
"@keepkey/hdwallet-keepkey-tcp": "^1.53.12",
"@keepkey/hdwallet-keepkey-webusb": "^1.53.12",
"@keepkey/hdwallet-keepkey-tcp": "^1.53.14",
"@keepkey/hdwallet-keepkey-webusb": "^1.53.14",
"@keepkey/keepkey-sdk": "workspace:*",
"@pioneer-platform/pioneer-client": "^9.0.18",
"@react-spring/web": "^9.5.2",
Expand Down
7 changes: 4 additions & 3 deletions packages/keepkey-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
"@electron/notarize": "^2.3.0",
"@ethersproject/contracts": "^5.7.0",
"@keepkey/device-protocol": "^7.10.2",
"@keepkey/hdwallet-core": "^1.53.9",
"@keepkey/hdwallet-keepkey-nodehid": "^1.53.9",
"@keepkey/hdwallet-keepkey-nodewebusb": "^1.53.9",
"@keepkey/hdwallet-core": "^1.53.14",
"@keepkey/hdwallet-keepkey": "1.53.14",
"@keepkey/hdwallet-keepkey-nodehid": "^1.53.14",
"@keepkey/hdwallet-keepkey-nodewebusb": "^1.53.14",
"@sentry/electron": "^4.1.0",
"@shapeshiftoss/chain-adapters": "^11.2.2",
"@shapeshiftoss/errors": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/keepkey-sdk-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"protobufjs": "^7.2.3"
},
"devDependencies": {
"@keepkey/hdwallet-core": "^1.53.12",
"@keepkey/hdwallet-keepkey": "^1.53.12",
"@keepkey/hdwallet-core": "^1.53.14",
"@keepkey/hdwallet-keepkey": "1.53.14",
"@pioneer-platform/pioneer-client": "^9.0.11",
"@types/express": "^4.17.14",
"@types/lodash": "^4.14.190",
Expand Down
Loading

0 comments on commit 34512dd

Please sign in to comment.