Skip to content

Commit

Permalink
chore(deps): update dependency qrcode to >=1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 87719a2 commit 26c2879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.15.11",
"@types/qrcode": "^1.5.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-router": "^5.1.20",
Expand All @@ -65,7 +65,7 @@
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"prism-react-renderer": "^1.3.5",
"qrcode": "^1.5.3",
"qrcode": "^1.5.4",
"qrious": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react"
],
"peerDependencies": {
"qrcode": ">=1.5.3",
"qrcode": ">=1.5.4",
"react": ">=16.8.0"
},
"publishConfig": {
Expand Down

0 comments on commit 26c2879

Please sign in to comment.