Skip to content

Commit

Permalink
fix(deps): update dependency qrcode.react to v0.9.1 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Maurice Dalderup committed Dec 31, 2018
1 parent c3fe50e commit c85df86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"mime-types": "2.1.21",
"node-fetch": "2.3.0",
"prop-types": "15.6.2",
"qrcode.react": "0.9.0",
"qrcode.react": "0.9.1",
"rc-tooltip": "3.7.3",
"react": "16.7.0",
"react-click-outside": "3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9424,10 +9424,10 @@ qr.js@0.0.0:
resolved "https://registry.yarnpkg.com/qr.js/-/qr.js-0.0.0.tgz#cace86386f59a0db8050fa90d9b6b0e88a1e364f"
integrity sha1-ys6GOG9ZoNuAUPqQ2baw6IoeNk8=

qrcode.react@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-0.9.0.tgz#66ecd0dbf7c62cbc820085bc422e22e2cdf8ac4d"
integrity sha512-8LudE0+yShE4p5kxljkInD1c0ePTwoF+4pglcNAhqd9wDFeeiVVJxVENJhJDLfRnXqXviz+lVHqHptDrfr+o9w==
qrcode.react@0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-0.9.1.tgz#53620ba4ae9c8db03cc83f724c3778c323369262"
integrity sha512-Fbkj/kAzqv75RlAzd8AnPc3fpCLROSoRWvLGmZfWdQz0FAYwanRBN2gkl39bH68FTDLhcWtWNdjkgFBEvnOCew==
dependencies:
prop-types "^15.6.0"
qr.js "0.0.0"
Expand Down

0 comments on commit c85df86

Please sign in to comment.