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
This commit is contained in:
George Kalpakas 2019-10-03 12:52:45 +03:00 committed by Miško Hevery
parent 4541b9b565
commit 4283e1f784
3 changed files with 17 additions and 17 deletions

View File

@ -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"
}
}
}

View File

@ -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
}

View File

@ -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"