Skip to content

Commit

Permalink
build(docs-infra): upgrade @angular/cli to 9.0.0-next.6 (angular#32923)
Browse files Browse the repository at this point in the history
PR Close angular#32923
  • Loading branch information
gkalpak authored and atscott committed Oct 4, 2019
1 parent eb72cec commit 7c9219f
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 264 deletions.
4 changes: 2 additions & 2 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-next.4",
"@angular/cli": "9.0.0-next.4",
"@angular-devkit/build-angular": "~0.900.0-next.6",
"@angular/cli": "9.0.0-next.6",
"@angular/compiler": "^9.0.0-next.6",
"@angular/compiler-cli": "^9.0.0-next.6",
"@angular/language-service": "^9.0.0-next.6",
Expand Down
36 changes: 18 additions & 18 deletions aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 540068,
"main-es2015": 494141,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 500653,
"main-es2015": 457297,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 2981,
"runtime-es2015": 2987,
"main-es5": 541663,
"main-es2015": 496036,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 501393,
"main-es2015": 458422,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es5": 3091,
"runtime-es2015": 3097,
"main-es5": 481663,
"main-es2015": 436411,
"polyfills-es5": 142239,
"polyfills-es2015": 52503
"runtime-es5": 3100,
"runtime-es2015": 3106,
"main-es5": 482744,
"main-es2015": 448708,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
}
}
Expand Down
Loading

0 comments on commit 7c9219f

Please sign in to comment.