Skip to content

Commit

Permalink
feat(dfx-bootstrap-table): 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 7e4f8f1 commit f92fb9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions libs/dfx-bootstrap-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
10 changes: 5 additions & 5 deletions libs/dfx-bootstrap-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit f92fb9d

Please sign in to comment.