wallet-standard
wallet-standard copied to clipboard
remove warning for bs58 5.0.0
When installing @solana/wallet-adapter-react
, this message appears when you have the latest version of bs58
installed.
warning "@solana/wallet-adapter-react > @solana/wallet-standard-wallet-adapter-react > @solana/[email protected]" has incorrect peer dependency "bs58@^4.0.1".
This patch widens the dependency range.
Friendly ping, would be great if this could be merged! 🙌
Looks good! Can you add a patch changeset?
Hmm actually, I need to think about this change and see how we're using the dependency. bs58 5 breakingly changes from Buffer to Uint8Array types.
This affect us as well, the warning show up every time we install/change dependencies. I can report that we've been using this package with [email protected] without any issues for the past months.
This affect us as well, the warning show up every time we install/change dependencies. I can report that we've been using this package with [email protected] without any issues for the past months.
Same, zero issues since the moment I created this PR.
I think we're safe here 😄