Skip to content

Commit

Permalink
fix(project): upgraded the project to angular material to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 10, 2022
1 parent 72b85be commit 37d9f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.2.14",
"@angular/cdk": "^10.2.2",
"@angular/cdk": "^11.2.13",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~11.2.14",
"@angular/material": "^10.2.2",
"@angular/material": "^11.2.13",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/platform-server": "~11.2.14",
Expand Down

0 comments on commit 37d9f20

Please sign in to comment.