Skip to content

Commit 24efc3e

Browse files
committed
feat(dfx-qrcode): upgrade to Angular 19
1 parent 016e830 commit 24efc3e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ We only fix vulnerability in the code distributed through our main source code r
3838

3939
| Version | Supported |
4040
| ------- | ------------------ |
41+
| 4.x.x | :white_check_mark: |
4142
| 3.x.x | :white_check_mark: |
42-
| 2.x.x | :white_check_mark: |
43-
| < 2.0 | :x: |
43+
| < 3.0 | :x: |
4444

4545
### dfx-bootstrap-table
4646

libs/dfx-qrcode/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
| Angular | dfx-qrcode |
3535
| ------- | ---------- |
36+
| 19.x.x | 4.x.x |
3637
| 18.x.x | 3.x.x |
3738
| 17.x.x | 2.x.x |
3839
| 16.x.x | 1.x.x |

libs/dfx-qrcode/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"directory": "libs/dfx-qrcode"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "18",
51-
"@angular/core": "18",
52-
"@angular/platform-browser": "18"
50+
"@angular/common": "19",
51+
"@angular/core": "19",
52+
"@angular/platform-browser": "19"
5353
},
5454
"dependencies": {
5555
"dfts-qrcode": "1.1.0",

0 commit comments

Comments
 (0)