chainapsis / keplr-wallet

The most powerful wallet for the Cosmos ecosystem and the Interchain
https://www.keplr.app
Other
778 stars 464 forks source link

Update react.qrcode version (wc-qrcode-modal) #785

Open ap-justin opened 1 year ago

ap-justin commented 1 year ago

installing @keplr-wallet/wc-qrcode-modal gives this error when used with react 18

➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code

➤ YN0000: qrcode.react@npm:1.0.1 [cb7c5]     → ^15.5.3 || ^16.0.0 || ^17.0.0 ✘

found version of qrcode is outdated

// packages/wc-qrcode-modal/package.json
"qrcode.react": "^1.0.1"

should update to latest version

HeesungB commented 1 year ago

@ap-justin Thanks for letting us know. I'll check it out and apply it.