Skip to content

Commit

Permalink
fix(touch-target): Add missing dependency - touch target to com… (#5098)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Sep 16, 2019
1 parent a48d06e commit 9306bd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@material/rtl": "^3.2.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/touch-target": "^0.0.0",
"@material/typography": "^3.1.0"
}
}
1 change: 1 addition & 0 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@material/ripple": "^3.2.0",
"@material/rtl": "^3.2.0",
"@material/theme": "^3.1.0",
"@material/touch-target": "^0.0.0",
"tslib": "^1.9.3"
}
}
1 change: 1 addition & 0 deletions packages/mdc-chips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@material/ripple": "^3.2.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/touch-target": "^0.0.0",
"@material/typography": "^3.1.0",
"tslib": "^1.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions packages/mdc-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@material/rtl": "^3.2.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/touch-target": "^0.0.0",
"@material/typography": "^3.1.0",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
Expand Down
1 change: 1 addition & 0 deletions packages/mdc-radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.2.0",
"@material/theme": "^3.1.0",
"@material/touch-target": "^0.0.0",
"tslib": "^1.9.3"
}
}

0 comments on commit 9306bd0

Please sign in to comment.