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.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2022
1 parent f02e949 commit dff21c7
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.19",
"@solana/wallet-adapter-react-ui": "0.9.16",
"@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 @@ -2250,6 +2250,13 @@
dependencies:
eventemitter3 "^4.0.0"

"@solana/wallet-adapter-base@^0.9.17":
version "0.9.17"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-base/-/wallet-adapter-base-0.9.17.tgz#b388fea0ec6da40e23342068a4cfa9be65dc8f63"
integrity sha512-YEkO04QndfRXb6psznMuRsw2YBHqVGxmuJgQskCHp2DAkHWPDNbKlv+Q4mOD2gfkUNHUMP8sTnwORhsIR3fQjQ==
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 @@ -2312,10 +2319,12 @@
"@solana/wallet-adapter-base" "^0.9.16"
"@solana/wallet-adapter-react" "^0.15.18"

"@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.19"
resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-react/-/wallet-adapter-react-0.15.19.tgz#fa8f420ec6b6b7339ccd8e72bc17146f53df3d5b"
integrity sha512-8MEiirK1Fp7apMGFQU6OMZBvppjHwr0uwzE3iYDlG7gPkMPVVR0pruy2oeexSN0fw+S7gnorZJehgOGbptyHHA==
dependencies:
"@solana/wallet-adapter-base" "^0.9.17"

"@solana/wallet-adapter-react@^0.15.18":
version "0.15.18"
Expand Down

0 comments on commit dff21c7

Please sign in to comment.