Skip to content

Commit

Permalink
fix(lib): upgraded angular material to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Dec 4, 2021
1 parent 576aeab commit 2f53ac8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 @@ -35,13 +35,13 @@
"dependencies": {
"@angular-material-extensions/pages": "^4.0.0",
"@angular/animations": "^13.0.3",
"@angular/cdk": "^13.0.0",
"@angular/cdk": "^13.0.3",
"@angular/common": "^13.0.3",
"@angular/compiler": "^13.0.3",
"@angular/core": "^13.0.3",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^13.0.3",
"@angular/material": "^13.0.0",
"@angular/material": "^13.0.3",
"@angular/platform-browser": "^13.0.3",
"@angular/platform-browser-dynamic": "^13.0.3",
"@angular/platform-server": "^13.0.3",
Expand Down

0 comments on commit 2f53ac8

Please sign in to comment.