Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency @solana/wallet-adapter-react to v0.15.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2022
1 parent 8f8c90a commit 6e1660f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@project-serum/anchor": "0.14.0",
"@solana/spl-token": "0.1.8",
"@solana/wallet-adapter-base": "0.7.1",
"@solana/wallet-adapter-react": "0.13.1",
"@solana/wallet-adapter-react": "0.15.18",
"@solana/wallet-adapter-react-ui": "0.6.1",
"@solana/wallet-adapter-wallets": "0.11.3",
"@solana/web3.js": "1.60.0",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2238,6 +2238,13 @@
dependencies:
eventemitter3 "^4.0.7"

"@solana/wallet-adapter-base@^0.9.16":
version "0.9.16"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-base/-/wallet-adapter-base-0.9.16.tgz#7b67e145f47a9cdc8e702eacc02fa867084a9bf4"
integrity sha512-nwzpzo3SjjsCkgN5ROQqoL7Y90j4QUlqxL17sg/qMcoYIBVfalyu87IZAfL5B06eSQ8jmtgnuQJW+91WcLo1ag==
dependencies:
eventemitter3 "^4.0.0"

"@solana/wallet-adapter-bitkeep@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-bitkeep/-/wallet-adapter-bitkeep-0.1.0.tgz#affe28d957c5aed722a749843b04e11458171633"
Expand Down Expand Up @@ -2297,10 +2304,12 @@
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-react-ui/-/wallet-adapter-react-ui-0.6.1.tgz#aae74cb0c973d6179297f4f35168f780b23c607f"
integrity sha512-S2aZcHR+BBFMIjYoTWvs5vfEyckLzPOAbUY2CGEoOOR75q235WjBtO6I9ooh/bKFRD0OaGOwzgya4UtrkR5A6A==

"@solana/[email protected]":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-react/-/wallet-adapter-react-0.13.1.tgz#7014f85b4d60a1c2b0e8c72c12baa0b1b5172854"
integrity sha512-Sk45AuOF8EgmR28zcib5NquvOwTpBlyDA8Iku1MVdXUQ9giA/tBwfJw21HIf1r+TVepg+V0xAP5FhP+MX0p6QQ==
"@solana/[email protected]":
version "0.15.18"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-react/-/wallet-adapter-react-0.15.18.tgz#7700362574c32fef25fb61314f7e0dfedb0f2fca"
integrity sha512-CCcv9L8kn6WBO3FFQeX5GZf+a5CyPzULZYqiZam3uQ0zvx/TIdGYgfBJIDDwjQnTKHk+BaqUURA3rqzsLbINhA==
dependencies:
"@solana/wallet-adapter-base" "^0.9.16"

"@solana/wallet-adapter-safepal@^0.3.0":
version "0.3.0"
Expand Down

0 comments on commit 6e1660f

Please sign in to comment.