Skip to content

Commit

Permalink
fix(demo): downgraded angular to v7.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 20, 2019
1 parent 7db3857 commit 9814136
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
78 changes: 39 additions & 39 deletions demo/package-lock.json

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

26 changes: 13 additions & 13 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"private": true,
"dependencies": {
"@angular-material-extensions/pages": "^2.1.0",
"@angular/animations": "7.2.13",
"@angular/animations": "7.2.12",
"@angular/cdk": "^7.3.6",
"@angular/common": "7.2.13",
"@angular/compiler": "7.2.13",
"@angular/core": "7.2.13",
"@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.13",
"@angular/http": "7.2.13",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/material": "^7.3.6",
"@angular/platform-browser": "7.2.13",
"@angular/platform-browser-dynamic": "7.2.13",
"@angular/platform-server": "7.2.13",
"@angular/router": "7.2.13",
"@angular/service-worker": "7.2.13",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/platform-server": "7.2.12",
"@angular/router": "7.2.12",
"@angular/service-worker": "7.2.12",
"@ng-bootstrap/ng-bootstrap": "^4.1.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
Expand All @@ -63,8 +63,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.1",
"@angular/cli": "^7.3.6",
"@angular/compiler-cli": "7.2.13",
"@angular/language-service": "7.2.13",
"@angular/compiler-cli": "7.2.12",
"@angular/language-service": "7.2.12",
"@angularclass/hmr": "~2.1.3",
"@nguniversal/express-engine": "^7.1.1",
"@nguniversal/module-map-ngfactory-loader": "^7.1.1",
Expand Down

0 comments on commit 9814136

Please sign in to comment.