Skip to content

Commit 2baeca0

Browse files
authored
Merge pull request #420 from zxing-js/bugfix/419-fix-version
#419 fix version for zxing/library as the latest doesn't work reliably
2 parents b6a2875 + eaccac9 commit 2baeca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@angular/router": "12.0.4",
5858
"@angular/service-worker": "12.0.4",
5959
"@zxing/browser": "0.0.9",
60-
"@zxing/library": "^0.18.6",
60+
"@zxing/library": "0.18.3",
6161
"rxjs": "^6.6.3",
6262
"tslib": "^2.2.0"
6363
},

projects/zxing-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@angular/core": "^11.2.11 || ^12.0.4",
1111
"@angular/forms": "^11.2.11 || ^12.0.4",
1212
"@zxing/browser": "^0.0.5",
13-
"@zxing/library": "^0.18.3",
13+
"@zxing/library": "0.18.3",
1414
"rxjs": "^6.6.3"
1515
}
1616
}

0 commit comments

Comments
 (0)