build(docs-infra): update to CLI 8 beta.13 (#29764)

PR Close #29764
This commit is contained in:
Filipe Silva 2019-04-15 10:15:07 +01:00 committed by Alex Rickabaugh
parent b0c1282fbe
commit ee603a3b01
5 changed files with 645 additions and 1086 deletions

View File

@ -1,5 +1,5 @@
{ {
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json", "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1, "version": 1,
"cli": { "cli": {
"packageManager": "yarn", "packageManager": "yarn",

View File

@ -96,8 +96,8 @@
"zone.js": "^0.9.0" "zone.js": "^0.9.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.12.1", "@angular-devkit/build-angular": "0.800.0-beta.13",
"@angular/cli": "7.2.1", "@angular/cli": "8.0.0-beta.13",
"@angular/compiler": "^7.0.0", "@angular/compiler": "^7.0.0",
"@angular/compiler-cli": "^7.0.0", "@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0", "@angular/language-service": "^7.0.0",

View File

@ -3,7 +3,7 @@
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime": 2972, "runtime": 2972,
"main": 503779, "main": 479228,
"polyfills": 59197 "polyfills": 59197
} }
} }

View File

@ -60,7 +60,6 @@ table {
background-color: $lightgray; background-color: $lightgray;
} }
} }
} }
th { th {
@ -69,7 +68,9 @@ table {
font-weight: 600; font-weight: 600;
max-width: 100px; max-width: 100px;
} }
}
tbody > tr {
&:last-child td { &:last-child td {
border: none; border: none;

File diff suppressed because it is too large Load Diff