Skip to content

Commit 5e972bb

Browse files
committed
master - 793e1f131 fix(material-experimental/mdc-button): set proper touch target (#22846)
1 parent a939a05 commit 5e972bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "12.1.0-next.0-sha-23dfbbb23",
3+
"version": "12.1.0-next.0-sha-793e1f131",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -19,13 +19,13 @@
1919
},
2020
"homepage": "https://github.com/angular/components#readme",
2121
"peerDependencies": {
22-
"@angular/cdk": "12.1.0-next.0-sha-23dfbbb23",
23-
"@angular/cdk-experimental": "12.1.0-next.0-sha-23dfbbb23",
22+
"@angular/cdk": "12.1.0-next.0-sha-793e1f131",
23+
"@angular/cdk-experimental": "12.1.0-next.0-sha-793e1f131",
2424
"@angular/core": "^12.0.0 || ^13.0.0-0",
2525
"@angular/common": "^12.0.0 || ^13.0.0-0",
26-
"@angular/material": "12.1.0-next.0-sha-23dfbbb23",
27-
"@angular/material-experimental": "12.1.0-next.0-sha-23dfbbb23",
28-
"@angular/material-moment-adapter": "12.1.0-next.0-sha-23dfbbb23"
26+
"@angular/material": "12.1.0-next.0-sha-793e1f131",
27+
"@angular/material-experimental": "12.1.0-next.0-sha-793e1f131",
28+
"@angular/material-moment-adapter": "12.1.0-next.0-sha-793e1f131"
2929
},
3030
"dependencies": {
3131
"tslib": "^2.1.0"

0 commit comments

Comments
 (0)