Skip to content

Commit

Permalink
using latest zxing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Apr 19, 2023
1 parent 473d429 commit 8080f83
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"@zxing/browser": "^0.1.3",
"@zxing/library": "^0.20.0",
"rxjs": "^7.5.7",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 3 additions & 3 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": "3.8.1",
"version": "3.9.0",
"description": "High-performance Angular barcode scanner component based on ZXing.",
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
"private": false,
Expand All @@ -9,8 +9,8 @@
"@angular/common": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/forms": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"@zxing/browser": "^0.1.3",
"@zxing/library": "^0.20.0",
"rxjs": "^6.6.3 || ^7.0.0"
}
}

0 comments on commit 8080f83

Please sign in to comment.