build(docs-infra): upgrade @angular/cli to 8.1.0-beta.2 (#31137)

PR Close #31137
This commit is contained in:
George Kalpakas 2019-06-19 18:31:01 +03:00 committed by Kara Erickson
parent f2219081e3
commit b356fb01d5
3 changed files with 548 additions and 256 deletions

View File

@ -93,8 +93,8 @@
"zone.js": "^0.9.1" "zone.js": "^0.9.1"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "0.800.2", "@angular-devkit/build-angular": "0.801.0-beta.2",
"@angular/cli": "8.0.2", "@angular/cli": "8.1.0-beta.2",
"@angular/compiler": "^8.1.0-next.1", "@angular/compiler": "^8.1.0-next.1",
"@angular/compiler-cli": "^8.1.0-next.1", "@angular/compiler-cli": "^8.1.0-next.1",
"@angular/language-service": "^8.1.0-next.1", "@angular/language-service": "^8.1.0-next.1",

View File

@ -2,36 +2,36 @@
"aio": { "aio": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es5": 3005, "runtime-es5": 3042,
"runtime-es2015": 3011, "runtime-es2015": 3048,
"main-es5": 511054, "main-es5": 511036,
"main-es2015": 450560, "main-es2015": 450486,
"polyfills-es5": 129161, "polyfills-es5": 130136,
"polyfills-es2015": 53295 "polyfills-es2015": 52931
} }
} }
}, },
"aio-local": { "aio-local": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es5": 3005, "runtime-es5": 3042,
"runtime-es2015": 3011, "runtime-es2015": 3048,
"main-es5": 511054, "main-es5": 511036,
"main-es2015": 450560, "main-es2015": 450486,
"polyfills-es5": 129161, "polyfills-es5": 130136,
"polyfills-es2015": 53295 "polyfills-es2015": 52931
} }
} }
}, },
"aio-local-ivy": { "aio-local-ivy": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime-es5": 2895, "runtime-es5": 2932,
"runtime-es2015": 2901, "runtime-es2015": 2938,
"main-es5": 564586, "main-es5": 565073,
"main-es2015": 582731, "main-es2015": 583108,
"polyfills-es5": 129161, "polyfills-es5": 130136,
"polyfills-es2015": 53295 "polyfills-es2015": 52931
} }
} }
} }

File diff suppressed because it is too large Load Diff