Skip to content

Commit

Permalink
fix: Fixing old peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyanov committed May 17, 2024
1 parent d4c22f7 commit a62b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"cypress:debug": "BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
},
"peerDependencies": {
"@zxing/library": "^0.20.0"
"@zxing/library": "^0.21.0"
},
"optionalDependencies": {
"@zxing/text-encoding": "^0.9.0"
Expand Down

0 comments on commit a62b2df

Please sign in to comment.