Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Nov 20, 2023
1 parent 82cdff2 commit 433ff2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/ng-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-qrcode",
"description": "Simple AOT compatible QR code generator for your Angular project.",
"version": "16.0.0",
"version": "17.0.0",
"license": "MIT",
"author": {
"name": "Michael Nahkies",
Expand All @@ -15,12 +15,12 @@
"url": "https://github.com/mnahkies/ng-qrcode/issues"
},
"dependencies": {
"qrcode": "^1.5.1",
"tslib": "^2.4.0"
"qrcode": "^1.5.3",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": ">=16 <17",
"@angular/core": ">=16 <17"
"@angular/common": ">=17 <18",
"@angular/core": ">=17 <18"
},
"keywords": [
"qr",
Expand Down

0 comments on commit 433ff2b

Please sign in to comment.