Skip to content

Commit

Permalink
fix(lib): upgraded to angular material to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 26, 2020
1 parent c2a8826 commit 8fbc901
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 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": "^10.0.12",
"@angular/cdk": "^9.2.4",
"@angular/cdk": "^10.1.3",
"@angular/common": "^10.0.12",
"@angular/compiler": "^10.0.12",
"@angular/core": "^10.0.12",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "^10.0.12",
"@angular/material": "^9.2.4",
"@angular/material": "^10.1.3",
"@angular/platform-browser": "^10.0.12",
"@angular/platform-browser-dynamic": "^10.0.12",
"@angular/platform-server": "^10.0.12",
Expand Down

0 comments on commit 8fbc901

Please sign in to comment.