Skip to content

Commit

Permalink
update wallets-kit to fix mobile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Oct 22, 2024
1 parent a2d8c8c commit 52f9356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pre-push": "yarn lint:ts && yarn test"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.2.2",
"@creit.tech/stellar-wallets-kit": "^1.2.3",
"@ledgerhq/hw-app-str": "^7.0.4",
"@ledgerhq/hw-transport-webusb": "^6.29.4",
"@stellar/design-system": "^2.0.0-beta.17",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@
"@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"

"@creit.tech/stellar-wallets-kit@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@creit.tech/stellar-wallets-kit/-/stellar-wallets-kit-1.2.2.tgz#0569a16d7ed1cdd2b5d5a1badfe99d3f8cb3b2dc"
integrity sha512-xamyPvvH5u2K2ucu3ddsnpvxOWmEzoTNnS697MVDQbU/l4FuHwu4I5Dde6VK3v5N45nwOkYLqx2ho/YNFT/oJw==
"@creit.tech/stellar-wallets-kit@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@creit.tech/stellar-wallets-kit/-/stellar-wallets-kit-1.2.3.tgz#4a7cb03786fdf8c4ac3da8f872e951d3e9a2c349"
integrity sha512-AM1fL/cQkI0i+lefJlViOPR4uxZrPDImbF+eCYST7FEIWYZrPsd/Mtne5qGVJDC6Umzdg9HqJt7CSFZTUJ2b3A==
dependencies:
"@albedo-link/intent" "0.12.0"
"@creit.tech/xbull-wallet-connect" "0.3.0"
Expand Down

0 comments on commit 52f9356

Please sign in to comment.