Skip to content

Commit 93bffcc

Browse files
committed
Update to the latest NS, appium and NS-vue versions
1 parent a58975d commit 93bffcc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
}
1414
},
1515
"dependencies": {
16-
"appium": "^1.7.1",
17-
"nativescript-dev-appium": "^3.1.0-2017-10-6-1",
18-
"nativescript-vue": "^1.0.0",
19-
"tns-core-modules": "~3.4.0",
16+
"appium": "^1.8.1",
17+
"nativescript-dev-appium": "^4.0.0",
18+
"nativescript-vue": "^2.0.0-alpha.1",
19+
"tns-core-modules": "~4.1.1",
2020
"yargs": "^9.0.1"
2121
},
2222
"scripts": {
@@ -34,6 +34,9 @@
3434
"babel-traverse": "6.26.0",
3535
"babel-types": "6.26.0",
3636
"babylon": "6.18.0",
37-
"lazy": "1.0.11"
37+
"lazy": "1.0.11",
38+
"@types/chai": "^4.0.2",
39+
"@types/mocha": "^2.2.41",
40+
"@types/node": "^7.0.5"
3841
}
3942
}

0 commit comments

Comments
 (0)