Skip to content

Commit

Permalink
feat(dfx-qrcode): upgrade to Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Dec 9, 2024
1 parent 016e830 commit 24efc3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ We only fix vulnerability in the code distributed through our main source code r

| Version | Supported |
| ------- | ------------------ |
| 4.x.x | :white_check_mark: |
| 3.x.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |
| < 2.0 | :x: |
| < 3.0 | :x: |

### dfx-bootstrap-table

Expand Down
1 change: 1 addition & 0 deletions libs/dfx-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

| Angular | dfx-qrcode |
| ------- | ---------- |
| 19.x.x | 4.x.x |
| 18.x.x | 3.x.x |
| 17.x.x | 2.x.x |
| 16.x.x | 1.x.x |
Expand Down
6 changes: 3 additions & 3 deletions libs/dfx-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"directory": "libs/dfx-qrcode"
},
"peerDependencies": {
"@angular/common": "18",
"@angular/core": "18",
"@angular/platform-browser": "18"
"@angular/common": "19",
"@angular/core": "19",
"@angular/platform-browser": "19"
},
"dependencies": {
"dfts-qrcode": "1.1.0",
Expand Down

0 comments on commit 24efc3e

Please sign in to comment.