build(docs-infra): update to cli@9.0.0-next (#32679)

PR Close #32679
This commit is contained in:
Igor Minar 2019-09-13 17:26:10 -07:00 committed by atscott
parent 5ae48d52e6
commit ecd7554051
4 changed files with 1655 additions and 649 deletions

View File

@ -59,7 +59,13 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
},
"configurations": {
"fast": {

View File

@ -84,28 +84,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.0.0-next.5",
"@angular/animations": "^9.0.0-next.6",
"@angular/cdk": "8.0.0",
"@angular/common": "^9.0.0-next.5",
"@angular/core": "^9.0.0-next.5",
"@angular/elements": "^9.0.0-next.5",
"@angular/forms": "^9.0.0-next.5",
"@angular/common": "^9.0.0-next.6",
"@angular/core": "^9.0.0-next.6",
"@angular/elements": "^9.0.0-next.6",
"@angular/forms": "^9.0.0-next.6",
"@angular/material": "8.0.0",
"@angular/platform-browser": "^9.0.0-next.5",
"@angular/platform-browser-dynamic": "^9.0.0-next.5",
"@angular/router": "^9.0.0-next.5",
"@angular/service-worker": "^9.0.0-next.5",
"@angular/platform-browser": "^9.0.0-next.6",
"@angular/platform-browser-dynamic": "^9.0.0-next.6",
"@angular/router": "^9.0.0-next.6",
"@angular/service-worker": "^9.0.0-next.6",
"@types/lunr": "^2.3.2",
"@webcomponents/custom-elements": "^1.2.0",
"rxjs": "^6.5.2",
"zone.js": "^0.10.2"
"rxjs": "^6.5.3",
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.801.0-beta.2",
"@angular/cli": "8.1.0-beta.2",
"@angular/compiler": "^9.0.0-next.5",
"@angular/compiler-cli": "^9.0.0-next.5",
"@angular/language-service": "^9.0.0-next.5",
"@angular-devkit/build-angular": "~0.900.0-next.4",
"@angular/cli": "9.0.0-next.4",
"@angular/compiler": "^9.0.0-next.6",
"@angular/compiler-cli": "^9.0.0-next.6",
"@angular/language-service": "^9.0.0-next.6",
"@types/jasmine": "^2.5.52",
"@types/jasminewd2": "^2.0.4",
"@types/node": "~6.0.60",
@ -164,7 +164,7 @@
"ts-node": "^3.3.0",
"tslib": "^1.9.0",
"tslint": "~5.15.0",
"typescript": "~3.4.5",
"typescript": "~3.5.3",
"uglify-js": "^3.0.15",
"unist-util-filter": "^0.2.1",
"unist-util-source": "^1.0.1",
@ -174,4 +174,4 @@
"xregexp": "^4.0.0",
"yargs": "^7.0.2"
}
}
}

View File

@ -2,36 +2,36 @@
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 493318,
"main-es2015": 434710,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 480426,
"main-es2015": 434851,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 492593,
"main-es2015": 438296,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 480508,
"main-es2015": 435180,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
},
"aio-local-ivy": {
"master": {
"uncompressed": {
"runtime-es5": 2932,
"runtime-es2015": 2938,
"main-es5": 552068,
"main-es2015": 493320,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 540416,
"main-es2015": 494744,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
}
}
}

File diff suppressed because it is too large Load Diff