Skip to content

Commit

Permalink
build(docs-infra): update @angular/material to 9.0.0-next.0 (angular#…
Browse files Browse the repository at this point in the history
…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 angular#32980
  • Loading branch information
gkalpak authored and ODAVING committed Oct 18, 2019
1 parent cfbb88c commit 2a8fd8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -176,4 +176,4 @@
"//terser-workaround": "Remove once [email protected] is released (with a fix).",
"@angular-devkit/build-angular/**/terser": "4.3.2"
}
}
}
12 changes: 6 additions & 6 deletions aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}
Expand All @@ -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
}
Expand Down
16 changes: 8 additions & 8 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 2a8fd8f

Please sign in to comment.