Skip to content

Commit

Permalink
⬆️ Bump @likecoin/wallet-connector to v0.26.7-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 12, 2024
1 parent 2465e42 commit 7f0b3e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@keplr-wallet/types": "^0.11.4",
"@likecoin/iscn-js": "^0.6.10",
"@likecoin/iscn-message-types": "^0.0.7",
"@likecoin/wallet-connector": "^0.26.6",
"@likecoin/wallet-connector": "^0.26.7-beta.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.0.1",
"@nuxtjs/sentry": "^8.0.7",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3935,10 +3935,10 @@
fast-json-stable-stringify "^2.0.0"
lodash "^4.17.15"

"@likecoin/wallet-connector@^0.26.6":
version "0.26.6"
resolved "https://registry.yarnpkg.com/@likecoin/wallet-connector/-/wallet-connector-0.26.6.tgz#44aef2202e060fc55e862526f6700a629b5c82eb"
integrity sha512-bVcwn+vJDau7TjkkU/QgzhsIW6/ndyMEcaJtU7wkdebMFZEw0y/VSvXaEa/uefhlGtlzVsMUoVRrXGtSXoI24w==
"@likecoin/wallet-connector@^0.26.7-beta.0":
version "0.26.7-beta.0"
resolved "https://registry.yarnpkg.com/@likecoin/wallet-connector/-/wallet-connector-0.26.7-beta.0.tgz#905ceb0b3e34da64c466bd1b839aca3cad4d759e"
integrity sha512-Wj9R/GijPSuPJVWDrE7D4HNVi2Fp+bHZtLFwfjrpDgDOS3C+OYfIRm9rOWzy3ECrJr19Id98QLwspXMBXDM6cQ==
dependencies:
"@cosmjs/proto-signing" "^0.28.13"
"@headlessui/react" "1.7.11"
Expand All @@ -3951,6 +3951,7 @@
"@walletconnect/utils" "2.8.0"
classnames "^2.3.1"
cosmjs-types "^0.5.1"
jwt-decode "^4.0.0"
qrcode.react "^3.1.0"
react-intl "^6.2.5"

Expand Down Expand Up @@ -15443,6 +15444,11 @@ junk@^3.1.0:
resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1"
integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==

jwt-decode@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keccak@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.3.tgz#4bc35ad917be1ef54ff246f904c2bbbf9ac61276"
Expand Down

0 comments on commit 7f0b3e7

Please sign in to comment.