Skip to content

Commit 1812b42

Browse files
glumbgruhn
authored andcommitted
fix: attempt to decode inverted QR codes
Update dependency of barcode-detector to a minimum version which includes also decoding inverted QR codes. Related #238
1 parent 0af0d7c commit 1812b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "vue-cli-service lint"
3030
},
3131
"dependencies": {
32-
"barcode-detector": "^1.0.0",
32+
"barcode-detector": "^1.0.3",
3333
"callforth": "^0.3.1",
3434
"core-js": "^3.6.5",
3535
"vue": "^2.6.11",

0 commit comments

Comments
 (0)