Skip to content

Commit

Permalink
fix(project): upgraded angular material to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 5, 2022
1 parent d3f45e2 commit 2d555fe
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 @@ -36,13 +36,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "^12.0.3",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/flex-layout": "^13.0.0-beta.36",
"@angular/forms": "^13.1.1",
"@angular/material": "^12.0.3",
"@angular/material": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/platform-server": "^13.1.1",
Expand Down

0 comments on commit 2d555fe

Please sign in to comment.