Skip to content

Commit e06649e

Browse files
committed
master - 5a0002739 perf(material-experimental/mdc-list): reduce bundle size (#24291)
1 parent 79b8177 commit e06649e

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+3.sha-fed8fae.with-local-changes",
3+
"version": "14.0.0-next.0+4.sha-5a00027.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+3.sha-fed8fae.with-local-changes",
487-
"@angular/cdk-experimental": "14.0.0-next.0+3.sha-fed8fae.with-local-changes",
486+
"@angular/cdk": "14.0.0-next.0+4.sha-5a00027.with-local-changes",
487+
"@angular/cdk-experimental": "14.0.0-next.0+4.sha-5a00027.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+3.sha-fed8fae.with-local-changes",
491-
"@angular/material-experimental": "14.0.0-next.0+3.sha-fed8fae.with-local-changes",
492-
"@angular/material-moment-adapter": "14.0.0-next.0+3.sha-fed8fae.with-local-changes",
493-
"@angular/material-luxon-adapter": "14.0.0-next.0+3.sha-fed8fae.with-local-changes",
494-
"@angular/material-date-fns-adapter": "14.0.0-next.0+3.sha-fed8fae.with-local-changes"
490+
"@angular/material": "14.0.0-next.0+4.sha-5a00027.with-local-changes",
491+
"@angular/material-experimental": "14.0.0-next.0+4.sha-5a00027.with-local-changes",
492+
"@angular/material-moment-adapter": "14.0.0-next.0+4.sha-5a00027.with-local-changes",
493+
"@angular/material-luxon-adapter": "14.0.0-next.0+4.sha-5a00027.with-local-changes",
494+
"@angular/material-date-fns-adapter": "14.0.0-next.0+4.sha-5a00027.with-local-changes"
495495
},
496496
"dependencies": {
497497
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)