Skip to content

Commit

Permalink
fix(demo): set angular material to v7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 20, 2019
1 parent 9814136 commit 12f7042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"dependencies": {
"@angular-material-extensions/pages": "^2.1.0",
"@angular/animations": "7.2.12",
"@angular/cdk": "^7.3.6",
"@angular/cdk": "^7.3.7",
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/core": "7.2.12",
"@angular/flex-layout": "^7.0.0-beta.24",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/material": "^7.3.6",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/platform-server": "7.2.12",
Expand Down

0 comments on commit 12f7042

Please sign in to comment.