Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit bcf6ede

Browse files
authored
chore: Bump @angular to v7.2.0 + typescript 3.2.2 (#1701)
Closes #1696
1 parent cb3a695 commit bcf6ede

File tree

5 files changed

+666
-590
lines changed

5 files changed

+666
-590
lines changed

demos/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/common": "~7.1.4",
14-
"@angular/compiler": "~7.1.4",
15-
"@angular/core": "~7.1.4",
16-
"@angular/forms": "~7.1.4",
17-
"@angular/platform-browser": "~7.1.4",
18-
"@angular/platform-browser-dynamic": "~7.1.4",
19-
"@angular/router": "~7.1.4",
13+
"@angular/common": "~7.2.0",
14+
"@angular/compiler": "~7.2.0",
15+
"@angular/core": "~7.2.0",
16+
"@angular/forms": "~7.2.0",
17+
"@angular/platform-browser": "~7.2.0",
18+
"@angular/platform-browser-dynamic": "~7.2.0",
19+
"@angular/router": "~7.2.0",
2020
"core-js": "^2.6.1",
2121
"rxjs": "~6.3.3",
2222
"tslib": "^1.9.3",
2323
"zone.js": "~0.8.26"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~0.11.2",
27-
"@angular/cli": "~7.1.2",
28-
"@angular/compiler-cli": "~7.1.2",
26+
"@angular-devkit/build-angular": "~0.12.1",
27+
"@angular/cli": "~7.2.1",
28+
"@angular/compiler-cli": "~7.2.0",
2929
"@types/node": "^10.12.17",
3030
"highlight.js": "^9.13.1",
3131
"ngx-highlightjs": "^3.0.0",
3232
"ts-node": "~7.0.1",
3333
"tslint": "~5.12.0",
34-
"typescript": "~3.1.6"
34+
"typescript": "~3.2.2"
3535
}
36-
}
36+
}

demos/src/styles/_cards.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
}
3737

3838
.demo-card-article__title {
39-
margin: 0 0 4px 0;
39+
margin: 0 0 4px 0 !important;
40+
border-bottom: unset !important;
41+
padding-bottom: unset !important;
4042
}
4143

4244
.demo-card-article__snippet {

0 commit comments

Comments
 (0)