Skip to content

Commit

Permalink
Fix vault wallet toolkit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselly authored and kevsul committed Jan 16, 2024
1 parent 33264e0 commit 73d6ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-native": "0.72.3",
"react-native-reanimated": "3.3.0",
"react-native-web": "0.19.1",
"vault-wallet-toolkit": "uphold/vault-wallet-toolkit",
"vault-wallet-toolkit": "https://github.com/uphold/vault-wallet-toolkit.git#1.1.1",
"webpack": "5.76.3",
"xrpl": "2.9.0",
"yup": "0.28.5"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10453,9 +10453,9 @@ vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vault-wallet-toolkit@uphold/vault-wallet-toolkit:
"vault-wallet-toolkit@https://github.com/uphold/vault-wallet-toolkit.git#1.1.1":
version "1.0.0"
resolved "git+ssh://git@github.com/uphold/vault-wallet-toolkit.git#3224b969c6438d212a93f55058356f4645f1f8d4"
resolved "https://github.com/uphold/vault-wallet-toolkit.git#3224b969c6438d212a93f55058356f4645f1f8d4"
dependencies:
bip32 "4.0.0"
bitcoinjs-lib "6.1.3"
Expand Down

0 comments on commit 73d6ca5

Please sign in to comment.