Upgrade qrcode.react dependency. Implement with new syntax.
This gives us more options for improving the qr code, and also supports upgrading to react 18.
Differential D15349
[Cashtab] Upgrade qrcode.react bytesofman on Jan 31 2024, 19:46. Authored by
Details
Upgrade qrcode.react dependency. Implement with new syntax. This gives us more options for improving the qr code, and also supports upgrading to react 18. npm test npm start and confirm you can still scan the qr code at screen widths of 320px through 800px
Diff Detail
Event TimelineComment Actions reminder to npm i prior to rebase/land to sync up package-lock.json versioning Comment Actions let's not do this. we don't want package-lock.json to change unless some dependencies have changed. So, the version in package-lock.json is just the version where dependencies last changed. It's too much hassle to change this manually all the time, and also it implies we are changing dependencies.
yup good point. mb version 3 will let us make the icon bigger and still have scanning ok as well, but that would be another diff |