Skip to content

Commit

Permalink
feat(angular-material): downgrade cdk, animation to 14
Browse files Browse the repository at this point in the history
upgrade angular-material to 16
fixes: kubernetes#7800

BREAKING CHANGE: ⛵upgrade angular-material to 16
Signed-off-by: romdhanisamir94@gmail.com
  • Loading branch information
romdhanisam committed Oct 5, 2023
1 parent 32958ff commit a4aafde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"src/**/*.html": []
},
"dependencies": {
"@angular/animations": "16.2.1",
"@angular/cdk": "16.2.1",
"@angular/animations": "14.2.2",
"@angular/cdk": "14.2.2",
"@angular/common": "16.2.1",
"@angular/compiler": "16.2.1",
"@angular/core": "16.2.1",
Expand Down

0 comments on commit a4aafde

Please sign in to comment.