Skip to content

Commit dca758e

Browse files
committed
master - 193322583 fix(material/datepicker): content overflowing when large custom header is provided (#24255)
1 parent 03b1a68 commit dca758e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
3+
"version": "14.0.0-next.0+9.sha-1933225.with-local-changes",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -483,15 +483,15 @@
483483
},
484484
"homepage": "https://github.com/angular/components#readme",
485485
"peerDependencies": {
486-
"@angular/cdk": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
487-
"@angular/cdk-experimental": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
486+
"@angular/cdk": "14.0.0-next.0+9.sha-1933225.with-local-changes",
487+
"@angular/cdk-experimental": "14.0.0-next.0+9.sha-1933225.with-local-changes",
488488
"@angular/core": "^13.0.0 || ^14.0.0-0",
489489
"@angular/common": "^13.0.0 || ^14.0.0-0",
490-
"@angular/material": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
491-
"@angular/material-experimental": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
492-
"@angular/material-moment-adapter": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
493-
"@angular/material-luxon-adapter": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes",
494-
"@angular/material-date-fns-adapter": "14.0.0-next.0+8.sha-c1f25bc.with-local-changes"
490+
"@angular/material": "14.0.0-next.0+9.sha-1933225.with-local-changes",
491+
"@angular/material-experimental": "14.0.0-next.0+9.sha-1933225.with-local-changes",
492+
"@angular/material-moment-adapter": "14.0.0-next.0+9.sha-1933225.with-local-changes",
493+
"@angular/material-luxon-adapter": "14.0.0-next.0+9.sha-1933225.with-local-changes",
494+
"@angular/material-date-fns-adapter": "14.0.0-next.0+9.sha-1933225.with-local-changes"
495495
},
496496
"dependencies": {
497497
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)