Skip to content

Commit 3774db5

Browse files
Update ios-device-lib and plist-merge-patch (#3107)
Update two of the dependencies to their latest versions. ios-device-lib has a fix that causes hanging in a very rare cases when trying to get installed applications on iOS device: https://github.com/telerik/ios-device-lib/releases/tag/v0.4.9 plist-merge-patch has a fix for merging `LSApplicationQueriesSchemes` values: https://github.com/NativeScript/plist-merge-patch/releases/tag/v0.1.1
1 parent 47be8d7 commit 3774db5

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

npm-shrinkwrap.json

+18-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"glob": "^7.0.3",
4545
"iconv-lite": "0.4.11",
4646
"inquirer": "0.9.0",
47-
"ios-device-lib": "0.4.8",
47+
"ios-device-lib": "0.4.9",
4848
"ios-mobileprovision-finder": "1.0.10",
4949
"ios-sim-portable": "3.1.1",
5050
"lockfile": "1.0.1",
@@ -60,7 +60,7 @@
6060
"osenv": "0.1.3",
6161
"pbxproj-dom": "1.0.11",
6262
"plist": "1.1.0",
63-
"plist-merge-patch": "0.1.0",
63+
"plist-merge-patch": "0.1.1",
6464
"plistlib": "0.2.1",
6565
"progress-stream": "1.1.1",
6666
"properties-parser": "0.2.3",

0 commit comments

Comments
 (0)