Skip to content

Commit a025a09

Browse files
ZdravkoVladimir Amiorkov
Zdravko
authored and
Vladimir Amiorkov
committed
chore: use official appium version (#1898)
1 parent e1db5f8 commit a025a09

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: e2e/animation-examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"mocha": "~5.2.0",
4343
"mochawesome": "~3.1.2",
4444
"nativescript-css-loader": "~0.26.0",
45-
"nativescript-dev-appium": "next",
45+
"nativescript-dev-appium": "^5.3.0",
4646
"nativescript-dev-webpack": "next",
4747
"typescript": "~3.4.5"
4848
},

Diff for: e2e/modal-navigation-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lazy": "1.0.11",
3636
"mocha": "~5.2.0",
3737
"mochawesome": "~3.1.2",
38-
"nativescript-dev-appium": "next",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"tns-platform-declarations": "next",
4141
"typescript": "~3.4.5"

Diff for: e2e/nested-router-tab-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lazy": "1.0.11",
3636
"mocha": "~5.2.0",
3737
"mochawesome": "~3.1.2",
38-
"nativescript-dev-appium": "next",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"typescript": "3.4.5"
4141
},

Diff for: e2e/renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lazy": "1.0.11",
3737
"mocha": "~5.2.0",
3838
"mochawesome": "~3.1.2",
39-
"nativescript-dev-appium": "next",
39+
"nativescript-dev-appium": "^5.3.0",
4040
"nativescript-dev-webpack": "next",
4141
"tslib": "^1.7.1",
4242
"typescript": "~3.4.5"

Diff for: e2e/routable-animations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"colors": "^1.1.2",
3636
"lazy": "1.0.11",
3737
"nativescript-css-loader": "~0.26.0",
38-
"nativescript-dev-appium": "^4.0.0",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"typescript": "~3.4.5"
4141
},

Diff for: e2e/router-tab-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lazy": "1.0.11",
3535
"mocha": "~5.2.0",
3636
"mochawesome": "~3.1.2",
37-
"nativescript-dev-appium": "next",
37+
"nativescript-dev-appium": "^5.3.0",
3838
"typescript": "~3.4.5",
3939
"@angular/compiler-cli": "8.0.0",
4040
"@ngtools/webpack": "8.0.0"

Diff for: e2e/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lazy": "1.0.11",
3838
"mocha": "~5.2.0",
3939
"mochawesome": "~3.1.2",
40-
"nativescript-dev-appium": "next",
40+
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
4343
"typescript": "~3.4.5"

Diff for: e2e/single-page/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lazy": "1.0.11",
3838
"mocha": "~5.2.0",
3939
"mochawesome": "~3.1.2",
40-
"nativescript-dev-appium": "next",
40+
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
4343
"typescript": "~3.4.5"

0 commit comments

Comments
 (0)