Skip to content

Commit be6392c

Browse files
committed
#481 Angular 14
1 parent e5d20c8 commit be6392c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/zxing-scanner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@zxing/ngx-scanner",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "High-performance Angular 8 barcode scanner component based on ZXing.",
55
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
66
"private": false,
77
"license": "MIT",
88
"peerDependencies": {
9-
"@angular/common": "^11.2.11 || ^12.0.4 || ^13.0.0",
10-
"@angular/core": "^11.2.11 || ^12.0.4 || ^13.0.0",
11-
"@angular/forms": "^11.2.11 || ^12.0.4 || ^13.0.0",
9+
"@angular/common": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0",
10+
"@angular/core": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0",
11+
"@angular/forms": "^11.2.11 || ^12.0.4 || ^13.0.0 || ^14.0.0",
1212
"@zxing/browser": "^0.1.1",
1313
"@zxing/library": "^0.19.1",
1414
"rxjs": "^6.6.3 || ^7.0.0"

0 commit comments

Comments
 (0)