File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { doctor as androidDoctor } from 'appium-android-driver';
22import { doctor as iosDoctor } from 'appium-xcuitest-driver' ;
33
44// shared
5- export const homeEnvVarCheck = iosDoctor . required . homeEnvVarCheck ;
5+ export const homeEnvVarCheck = /** @type { any } */ ( iosDoctor . required . homeEnvVarCheck ) ;
66
77let androidHomeCheck ;
88let javaHomeCheck ;
@@ -26,7 +26,7 @@ let optionalApplesimutilsCommandCheck;
2626if ( ! process . env . SKIP_IOS ) {
2727 xcodeCheck = iosDoctor . required . xcodeCheck ;
2828 xcodeToolsCheck = iosDoctor . required . xcodeToolsCheck ;
29- envVarAndPathCheck = iosDoctor . required . homeEnvVarCheck ;
29+ envVarAndPathCheck = /** @type { any } */ ( iosDoctor . required . homeEnvVarCheck ) ;
3030 optionalApplesimutilsCommandCheck = iosDoctor . optional . optionalApplesimutilsCheck ;
3131}
3232
Original file line number Diff line number Diff line change 7373 "typescript" : " ~5.9"
7474 },
7575 "dependencies" : {
76- "appium-android-driver" : " ^11 .0.0" ,
76+ "appium-android-driver" : " ^12 .0.0" ,
7777 "appium-flutter-finder" : " ^0.2.0" ,
7878 "appium-ios-device" : " ^3.0.0" ,
79- "appium-uiautomator2-driver" : " ^5 .0.0" ,
79+ "appium-uiautomator2-driver" : " ^6 .0.0" ,
8080 "appium-xcuitest-driver" : " ^10.0.0" ,
8181 "asyncbox" : " ^3.0.0" ,
8282 "bluebird" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments