From 5be92c9ee2b7fd06266af3b7e7d9cfabe4a9e760 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 29 May 2018 17:05:27 +0300 Subject: [PATCH] fix: TypeError is thrown when iOS device is detached during LiveSync In some cases, when iOS device is detached during LiveSync, an error will be shown - `TypeError: Assignment to constant variable`. The issue is in `ios-device-lib`, so update to its latest version, where it is fixed. --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 86b7ccdc27..3042f5eed5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2798,9 +2798,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ios-device-lib": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.12.tgz", - "integrity": "sha512-S0XPH5NTbWVibEOvExHrbGWxJvrHEqRumWB1N1ZyIjgFsqMgaS9o8bCgPmc0kev3xxYTtmZ+REEceTV5qI0yfg==", + "version": "0.4.13", + "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.13.tgz", + "integrity": "sha512-2vJpXctCy+ZluPBz9wxzIQ3W8LxxYBXlT5QHL3bV5TR+ClhpZbdHDajt0bmfPR92JAUufejHVRk5jCG6uGfUAA==", "requires": { "bufferpack": "0.0.6", "node-uuid": "1.4.7" diff --git a/package.json b/package.json index e4cc6a8cce..613e57a747 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gaze": "1.1.0", "iconv-lite": "0.4.11", "inquirer": "0.9.0", - "ios-device-lib": "0.4.12", + "ios-device-lib": "0.4.13", "ios-mobileprovision-finder": "1.0.10", "ios-sim-portable": "3.4.3", "jimp": "0.2.28",