From 4283e1f7843f0479a6b3c3dbf22391a5b4d043f4 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 3 Oct 2019 12:52:45 +0300 Subject: [PATCH] build(docs-infra): update @angular/material to 9.0.0-next.0 (#32980) Upgrading to @angular/material 9.0.0-next.0 increases the bundle size slightly (~1.3KB). This is a natural expectation of library fixes/improvements. PR Close #32980 --- aio/package.json | 6 +++--- aio/scripts/_payload-limits.json | 12 ++++++------ aio/yarn.lock | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/aio/package.json b/aio/package.json index ec0e98b480..46196865c7 100644 --- a/aio/package.json +++ b/aio/package.json @@ -85,13 +85,13 @@ "private": true, "dependencies": { "@angular/animations": "^9.0.0-next.9", - "@angular/cdk": "8.0.0", + "@angular/cdk": "9.0.0-next.0", "@angular/common": "^9.0.0-next.9", "@angular/compiler": "^9.0.0-next.9", "@angular/core": "^9.0.0-next.9", "@angular/elements": "^9.0.0-next.9", "@angular/forms": "^9.0.0-next.9", - "@angular/material": "8.0.0", + "@angular/material": "9.0.0-next.0", "@angular/platform-browser": "^9.0.0-next.9", "@angular/platform-browser-dynamic": "^9.0.0-next.9", "@angular/router": "^9.0.0-next.9", @@ -176,4 +176,4 @@ "//terser-workaround": "Remove once terser@4.3.5 is released (with a fix).", "@angular-devkit/build-angular/**/terser": "4.3.2" } -} +} \ No newline at end of file diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index 1d74077853..e077c095a0 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -4,8 +4,8 @@ "uncompressed": { "runtime-es5": 2990, "runtime-es2015": 2996, - "main-es5": 501312, - "main-es2015": 456816, + "main-es5": 502599, + "main-es2015": 458172, "polyfills-es5": 142383, "polyfills-es2015": 52608 } @@ -16,8 +16,8 @@ "uncompressed": { "runtime-es5": 2990, "runtime-es2015": 2996, - "main-es5": 504669, - "main-es2015": 460186, + "main-es5": 505956, + "main-es2015": 461542, "polyfills-es5": 142383, "polyfills-es2015": 52608 } @@ -28,8 +28,8 @@ "uncompressed": { "runtime-es5": 3100, "runtime-es2015": 3106, - "main-es5": 482604, - "main-es2015": 437425, + "main-es5": 483984, + "main-es2015": 438821, "polyfills-es5": 142383, "polyfills-es2015": 52608 } diff --git a/aio/yarn.lock b/aio/yarn.lock index 6da6a12872..a041a0547b 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -119,10 +119,10 @@ dependencies: tslib "^1.9.0" -"@angular/cdk@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.0.0.tgz#34ca95e71d71780b29b5ba07318c88c4577bdc25" - integrity sha512-2vsRWEHNARe0iRmqgzvM67gwfRy+aKvdef4Qu9L+ndSsTrrZT3tSgG8SMn1v9SfBHnx5G8mo4d1AMquXG69AuQ== +"@angular/cdk@9.0.0-next.0": + version "9.0.0-next.0" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.0.0-next.0.tgz#5c9878a322187340d1c4b016d627e0388b109727" + integrity sha512-tayIzu8VzLqiOOrrEg55RqzjtkRUeDBAYQgsXMFhPkeBPOq9YEcXcqbMGwtD47SoixsfoUOrNxzw0U1HBNBR+A== dependencies: tslib "^1.7.1" optionalDependencies: @@ -209,10 +209,10 @@ resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.0.0-next.9.tgz#ce83b96f4459f9767feae63f2ad26a2ecc10c911" integrity sha512-l8+oh0/Gvnr4lhOseIVixNdZrOKezlUfCvA4H+9xzGnXJM5+SvagPt1aC3NVeA5x2H044WrOmIg6Up1/DXbNIg== -"@angular/material@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-8.0.0.tgz#21dd15c318d1e29eb4d1a2dd888ddb027897eb49" - integrity sha512-c7O7GhZd46xF2WB6T/YPam5lJkTgQLdIS53IqwZIFhL427+SEfPvejVzRnVfZCI3NdrKiWt/5VsvtQZwWzlGvw== +"@angular/material@9.0.0-next.0": + version "9.0.0-next.0" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-9.0.0-next.0.tgz#40fc1c1fac05ddcad0f96a6de1f2059da263cb2f" + integrity sha512-syUoExp49HtKnW/1yQPS3OdAhCzfXxye0UoYA5sjoouT1YJk472zrEXuIHZ2PisWd1TWVJvNkTNtX/FnkOesPQ== dependencies: tslib "^1.7.1"