Skip to content

Commit 6511179

Browse files
committed
chore(package): updated the dependencies
1 parent ffb4930 commit 6511179

File tree

5 files changed

+178
-178
lines changed

5 files changed

+178
-178
lines changed

demo/package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
},
2727
"private": true,
2828
"dependencies": {
29-
"@angular/animations": "7.0.1",
29+
"@angular/animations": "7.0.2",
3030
"@angular/cdk": "^7.0.2",
31-
"@angular/common": "7.0.1",
32-
"@angular/compiler": "7.0.1",
33-
"@angular/core": "7.0.1",
31+
"@angular/common": "7.0.2",
32+
"@angular/compiler": "7.0.2",
33+
"@angular/core": "7.0.2",
3434
"@angular/flex-layout": "^7.0.0-beta.19",
35-
"@angular/forms": "7.0.1",
36-
"@angular/http": "7.0.1",
35+
"@angular/forms": "7.0.2",
36+
"@angular/http": "7.0.2",
3737
"@angular/material": "^7.0.2",
38-
"@angular/platform-browser": "7.0.1",
39-
"@angular/platform-browser-dynamic": "7.0.1",
40-
"@angular/platform-server": "7.0.1",
41-
"@angular/router": "7.0.1",
42-
"@angular/service-worker": "7.0.1",
38+
"@angular/platform-browser": "7.0.2",
39+
"@angular/platform-browser-dynamic": "7.0.2",
40+
"@angular/platform-server": "7.0.2",
41+
"@angular/router": "7.0.2",
42+
"@angular/service-worker": "7.0.2",
4343
"@ng-bootstrap/ng-bootstrap": "^4.0.0",
4444
"bootstrap": "^4.1.3",
4545
"core-js": "^2.5.7",
@@ -48,7 +48,7 @@
4848
"material-design-icons": "^3.0.1",
4949
"ngx-clipboard": "^11.1.9",
5050
"ngx-disqus": "^2.4.2",
51-
"ngx-highlightjs": "^2.1.2",
51+
"ngx-highlightjs": "^2.1.4",
5252
"ngx-markdown": "^7.0.0",
5353
"ngx-material-pages": "^1.3.2",
5454
"rxjs": "^6.3.3",
@@ -58,13 +58,13 @@
5858
"devDependencies": {
5959
"@angular-devkit/build-angular": "^0.10.4",
6060
"@angular/cli": "^7.0.4",
61-
"@angular/compiler-cli": "7.0.1",
62-
"@angular/language-service": "7.0.1",
61+
"@angular/compiler-cli": "7.0.2",
62+
"@angular/language-service": "7.0.2",
6363
"@angularclass/hmr": "~2.1.3",
6464
"@nguniversal/express-engine": "^7.0.2",
6565
"@nguniversal/module-map-ngfactory-loader": "^7.0.2",
66-
"@types/jasmine": "^2.8.9",
67-
"@types/jasminewd2": "^2.0.5",
66+
"@types/jasmine": "^2.8.11",
67+
"@types/jasminewd2": "^2.0.6",
6868
"@types/node": "^10.12.2",
6969
"codelyzer": "^4.5.0",
7070
"express": "^4.16.4",

demo/src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ChangeDetectionStrategy, Component, OnInit, ViewEncapsulation} from '@angular/core';
1+
import {Component, OnInit, ViewEncapsulation} from '@angular/core';
22
import {Title} from '@angular/platform-browser';
33
import {MatSlideToggleChange} from '@angular/material';
44

0 commit comments

Comments
 (0)