Skip to content

Commit

Permalink
Update Zxing Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jun 9, 2023
1 parent 101bd7d commit eac9732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/service-worker": "^16.0.0",
"@zxing/browser": "^0.1.3",
"@zxing/browser": "^0.1.4",
"@zxing/library": "^0.20.0",
"rxjs": "^7.5.7",
"tslib": "^2.3.1"
Expand Down
4 changes: 2 additions & 2 deletions projects/zxing-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxing/ngx-scanner",
"version": "16.0.0",
"version": "16.0.1",
"description": "High-performance Angular barcode scanner component based on ZXing.",
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
"private": false,
Expand All @@ -9,7 +9,7 @@
"@angular/common": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/forms": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@zxing/browser": "^0.1.3",
"@zxing/browser": "^0.1.4",
"@zxing/library": "^0.20.0",
"rxjs": "^6.6.3 || ^7.0.0"
}
Expand Down

0 comments on commit eac9732

Please sign in to comment.