Skip to content

Commit 9306bd0

Browse files
authored
fix(touch-target): Add missing dependency - touch target to com… (material-components#5098)
1 parent a48d06e commit 9306bd0

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/mdc-button/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@material/rtl": "^3.2.0",
2222
"@material/shape": "^3.1.0",
2323
"@material/theme": "^3.1.0",
24+
"@material/touch-target": "^0.0.0",
2425
"@material/typography": "^3.1.0"
2526
}
2627
}

packages/mdc-checkbox/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@material/ripple": "^3.2.0",
2727
"@material/rtl": "^3.2.0",
2828
"@material/theme": "^3.1.0",
29+
"@material/touch-target": "^0.0.0",
2930
"tslib": "^1.9.3"
3031
}
3132
}

packages/mdc-chips/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@material/ripple": "^3.2.0",
3030
"@material/shape": "^3.1.0",
3131
"@material/theme": "^3.1.0",
32+
"@material/touch-target": "^0.0.0",
3233
"@material/typography": "^3.1.0",
3334
"tslib": "^1.9.3"
3435
}

packages/mdc-dialog/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@material/rtl": "^3.2.0",
2929
"@material/shape": "^3.1.0",
3030
"@material/theme": "^3.1.0",
31+
"@material/touch-target": "^0.0.0",
3132
"@material/typography": "^3.1.0",
3233
"focus-trap": "^5.0.0",
3334
"tslib": "^1.9.3"

packages/mdc-radio/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@material/feature-targeting": "^3.1.0",
2525
"@material/ripple": "^3.2.0",
2626
"@material/theme": "^3.1.0",
27+
"@material/touch-target": "^0.0.0",
2728
"tslib": "^1.9.3"
2829
}
2930
}

0 commit comments

Comments
 (0)