diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da5b776..c1305a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Fixed a setup issue with TPS650. - Fixed an issue where most uploads would fail due to a breaking configuration change in a dependency. +- Updated [minitouch](https://github.com/openstf/minitouch) to fix multitouch issues on some devices that require the `BTN_TOUCH` kernel event. Lifting a contact while having and keeping one held down may have prevented any events from being processed until a new touchdown event. ## 3.2.0 (2017-12-06) diff --git a/package.json b/package.json index 16f8bec2..4fbe03e3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "mime": "^1.3.4", "minicap-prebuilt": "^2.2.0", "minimatch": "^3.0.3", - "minitouch-prebuilt": "^1.0.0", + "minitouch-prebuilt": "^1.1.0", "my-local-ip": "^1.0.0", "openid": "^2.0.1", "passport": "^0.3.2", diff --git a/yarn.lock b/yarn.lock index 228bdd69..1ed4123d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4330,9 +4330,9 @@ minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" -minitouch-prebuilt@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/minitouch-prebuilt/-/minitouch-prebuilt-1.0.0.tgz#69d7c1203fa4b11cfd8faff1457d2505c5528c93" +minitouch-prebuilt@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/minitouch-prebuilt/-/minitouch-prebuilt-1.1.0.tgz#2e0e9a3ef7d7664253ce45ea8a6983cb6cc49475" mkdirp@0.5.0: version "0.5.0"