From f92fb9de0fb4c5078f80b4d2249ffbac9751bff9 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Mon, 9 Dec 2024 12:55:07 +0100 Subject: [PATCH] feat(dfx-bootstrap-table): upgrade to Angular 19 --- SECURITY.md | 5 +++-- libs/dfx-bootstrap-table/README.md | 1 + libs/dfx-bootstrap-table/package.json | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 5153d4c7..95759919 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -47,9 +47,10 @@ We only fix vulnerability in the code distributed through our main source code r | Version | Supported | | ------- | ------------------ | +| 5.x.x | :white_check_mark: | | 4.x.x | :white_check_mark: | -| 3.x.x | :white_check_mark: | -| 2.x.x | :white_check_mark: | +| 3.x.x | :x: | +| 2.x.x | :x: | | < 2.0 | :x: | ### dfx-bootstrap-icons diff --git a/libs/dfx-bootstrap-table/README.md b/libs/dfx-bootstrap-table/README.md index d55103cd..3503abf6 100644 --- a/libs/dfx-bootstrap-table/README.md +++ b/libs/dfx-bootstrap-table/README.md @@ -30,6 +30,7 @@ For more information on the interface and a detailed look at how the table is im | Angular | dfx-bootstrap-table | Bootstrap | | ------- | ------------------- | --------- | +| 19.x.x | 5.x.x | 5.x.x | | 18.x.x | 4.x.x | 5.x.x | | 17.x.x | 3.x.x | 5.x.x | | 16.x.x | 2.x.x | 5.x.x | diff --git a/libs/dfx-bootstrap-table/package.json b/libs/dfx-bootstrap-table/package.json index d6b7f7fd..8661794a 100644 --- a/libs/dfx-bootstrap-table/package.json +++ b/libs/dfx-bootstrap-table/package.json @@ -50,11 +50,11 @@ "directory": "libs/dfx-boostrap-table" }, "peerDependencies": { - "@angular/common": "18", - "@angular/core": "18", - "@angular/cdk": "18", - "@angular/animations": "18", - "@angular/forms": "18", + "@angular/common": "19", + "@angular/core": "19", + "@angular/cdk": "19", + "@angular/animations": "19", + "@angular/forms": "19", "bootstrap": "5", "rxjs": "7" },