Skip to content

Commit

Permalink
Merge pull request #537 from shapeshift/fix-keplr-deps
Browse files Browse the repository at this point in the history
fix(hdwallet-keplr): update hdwallet-core dep to latest version
  • Loading branch information
cjthompson authored Jun 8, 2022
2 parents 26c45c2 + 6753347 commit a7cdf76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion packages/hdwallet-keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@shapeshiftoss/caip": "3.0.0",
"@shapeshiftoss/hdwallet-core": "1.21.1",
"@shapeshiftoss/hdwallet-core": "1.23.0",
"@shapeshiftoss/proto-tx-builder": "0.2.1",
"@shapeshiftoss/types": "3.1.3",
"base64-js": "^1.5.1",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4272,16 +4272,6 @@
web-encoding "^1.1.0"
wif "^2.0.6"

"@shapeshiftoss/[email protected]":
version "1.21.1"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.21.1.tgz#a382f305a9cb502ea1677c34bcd4d603024128dc"
integrity sha512-paDSgf5AhJkC7N6nsQLzyrQVxFZxyJoGwEwiVAwMPJg8ublLorJTiHZAKG23FM89GqGWEyYiXrIgdY8fL1BoIQ==
dependencies:
eventemitter2 "^5.0.1"
lodash "^4.17.21"
rxjs "^6.4.0"
type-assertions "^1.1.0"

"@shapeshiftoss/hdwallet-core@latest":
version "1.18.4"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.18.4.tgz#7272baa4b43de0fbb5e651d47cdeb9554f4ddd33"
Expand Down

1 comment on commit a7cdf76

@vercel
Copy link

@vercel vercel bot commented on a7cdf76 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hdwallet – ./

hdwallet-shapeshift.vercel.app
hdwallet-git-master-shapeshift.vercel.app

Please sign in to comment.