Skip to content

Commit

Permalink
Bump qrcode.react to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 19, 2023
1 parent 2885220 commit 26bf9a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mysterium-vpn-js": "^28.0.0",
"node-machine-id": "^1.1.12",
"open": "^7.0.0",
"qrcode.react": "^2.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-circle-flags": "^0.0.17",
Expand Down Expand Up @@ -72,7 +72,6 @@
"@types/electron-devtools-installer": "^2.2.2",
"@types/lodash": "^4.14.179",
"@types/node": "^16.0.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.0.14",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^18.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,13 @@ export const MystPolygonWaitingForPayment: React.FC = observer(() => {
)}
/>
</PaymentCountDown>
<PaymentAmount>
<Heading2>
{payment.order?.payAmount} {payment.order?.payCurrency}
</Heading2>
</PaymentAmount>
{payment.order?.payAmount && (
<PaymentAmount>
<Heading2>
{payment.order?.payAmount} {payment.order?.payCurrency}
</Heading2>
</PaymentAmount>
)}
<PaymentQR>
<QR size={192} text={identity.identity?.channelAddress} />
</PaymentQR>
Expand Down
26 changes: 5 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1352,13 +1352,6 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==

"@types/qrcode.react@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/qrcode.react/-/qrcode.react-1.0.2.tgz#f892432cc41b5dac52e3ca8873b717c8bfea6002"
integrity sha512-I9Oq5Cjlkgy3Tw7krCnCXLw2/zMhizkTere49OOcta23tkvH0xBTP0yInimTh0gstLRtb8Ki9NZVujE5UI6ffQ==
dependencies:
"@types/react" "*"

"@types/react-autosuggest@^10.1.5":
version "10.1.5"
resolved "https://registry.yarnpkg.com/@types/react-autosuggest/-/react-autosuggest-10.1.5.tgz#8698576c186d3dd964df90451228d2cf787d0e0f"
Expand Down Expand Up @@ -8224,7 +8217,7 @@ promise-retry@^2.0.1:
err-code "^2.0.2"
retry "^0.12.0"

prop-types@^15.6.0, prop-types@^15.7.2:
prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down Expand Up @@ -8339,19 +8332,10 @@ pupa@^2.1.1:
dependencies:
escape-goat "^2.0.0"

[email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/qr.js/-/qr.js-0.0.0.tgz#cace86386f59a0db8050fa90d9b6b0e88a1e364f"
integrity sha1-ys6GOG9ZoNuAUPqQ2baw6IoeNk8=

qrcode.react@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-2.0.0.tgz#20b738eddcfc6958673bbbd1a0c5568ee5c399f5"
integrity sha512-1CCzwC4KHYCzOLb7M+lKYqHzDMVsppKJBhrU1ZDCuJRHKiD99LeDHOkuvUKCRvnJgDzp9SnB6/WNA7qp6I7ozA==
dependencies:
loose-envify "^1.4.0"
prop-types "^15.6.0"
qr.js "0.0.0"
qrcode.react@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-3.1.0.tgz#5c91ddc0340f768316fbdb8fff2765134c2aecd8"
integrity sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==

[email protected]:
version "6.7.0"
Expand Down

0 comments on commit 26bf9a8

Please sign in to comment.