Skip to content

Commit

Permalink
fix(lib): upgraded angular material to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 8, 2022
1 parent 5b0b942 commit d3fdb52
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 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 @@ -32,13 +32,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "^12.2.13",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "^13.1.1",
"@angular/material": "^12.2.13",
"@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 d3fdb52

Please sign in to comment.