Skip to content

Commit

Permalink
build(docs-infra): update Angular Material to version 13.0.0-next.7
Browse files Browse the repository at this point in the history
This commit updates angular.io to the latest prerelease version of
Angular CDK/Material (v13.0.0-next.7).
  • Loading branch information
gkalpak committed Oct 2, 2021
1 parent 8c9f0da commit 3f7abe9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
"private": true,
"dependencies": {
"@angular/animations": "13.0.0-next.9",
"@angular/cdk": "12.1.1",
"@angular/cdk": "13.0.0-next.7",
"@angular/common": "13.0.0-next.9",
"@angular/compiler": "13.0.0-next.9",
"@angular/core": "13.0.0-next.9",
"@angular/elements": "13.0.0-next.9",
"@angular/forms": "13.0.0-next.9",
"@angular/material": "12.1.1",
"@angular/material": "13.0.0-next.7",
"@angular/platform-browser": "13.0.0-next.9",
"@angular/platform-browser-dynamic": "13.0.0-next.9",
"@angular/router": "13.0.0-next.9",
Expand Down
16 changes: 8 additions & 8 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@
dependencies:
tslib "^2.3.0"

"@angular/cdk@12.1.1":
version "12.1.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-12.1.1.tgz#83b7ec7d5b97a003d31ea0dd25403e890d5e06ea"
integrity sha512-MJENa8qmfLAr6t59u1+mEC2YPbCn4n3vsY6k8fKyf+ILXwwGHWNZlYblaRMBjrF/crSx1Kd5vb30RCqIcNTGsA==
"@angular/cdk@13.0.0-next.7":
version "13.0.0-next.7"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.0.0-next.7.tgz#50b25922dc0bb2c821602d5d5ccd894fe6af6e29"
integrity sha512-FTpGwe/s+Q4T4NouWuZ0uoPjzBra2y3yzuetBiRWdgr7ireNjDn1qDKaGVs0hduaNkb1WAhXroJomUmITM4yNQ==
dependencies:
tslib "^2.2.0"
optionalDependencies:
Expand Down Expand Up @@ -266,10 +266,10 @@
dependencies:
tslib "^2.3.0"

"@angular/material@12.1.1":
version "12.1.1"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-12.1.1.tgz#9b01743b54b68ef8a4f8904032caef625403df70"
integrity sha512-q2vhbVQfjr+88beqCotCVlaPRyy9y2O2asiR3+0BU9OJ1DjTo1QpBmMpck5InP7Es49t9RTk9RzzC0t18p45yA==
"@angular/material@13.0.0-next.7":
version "13.0.0-next.7"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.0.0-next.7.tgz#2a787449f9bc118f595094490cd9511e818aa0c3"
integrity sha512-dhZAVZ2xoJqrMU0YyRj+j7yZdTY1Y0PYacwFhHoSDT4POHwlkv8wws/CV3ta1fiY7F+Ljj8UV1htOMO2mnnIHw==
dependencies:
tslib "^2.2.0"

Expand Down
16 changes: 8 additions & 8 deletions goldens/size-tracking/aio-payloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"master": {
"uncompressed": {
"runtime": 4454,
"main": 462481,
"main": 463519,
"polyfills": 55658,
"styles": 69935,
"light-theme": 77426,
"dark-theme": 77544
"styles": 69791,
"light-theme": 77535,
"dark-theme": 77653
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime": 4454,
"main": 461118,
"main": 462288,
"polyfills": 55807,
"styles": 69935,
"light-theme": 77426,
"dark-theme": 77544
"styles": 69791,
"light-theme": 77535,
"dark-theme": 77653
}
}
}
Expand Down

0 comments on commit 3f7abe9

Please sign in to comment.