Skip to content

Commit

Permalink
fix(lib): upgraded angular material to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 5, 2021
1 parent 23a7928 commit 021293d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
52 changes: 27 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^12.0.3",
"@angular/cdk": "^11.2.6",
"@angular/cdk": "^12.0.3",
"@angular/common": "^12.0.3",
"@angular/compiler": "^12.0.3",
"@angular/core": "^12.0.3",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^12.0.3",
"@angular/material": "^11.2.6",
"@angular/material": "^12.0.3",
"@angular/platform-browser": "^12.0.3",
"@angular/platform-browser-dynamic": "^12.0.3",
"@angular/platform-server": "^12.0.3",
Expand Down

0 comments on commit 021293d

Please sign in to comment.