We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58975d commit 93bffccCopy full SHA for 93bffcc
package.json
@@ -13,10 +13,10 @@
13
}
14
},
15
"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",
+ "appium": "^1.8.1",
+ "nativescript-dev-appium": "^4.0.0",
+ "nativescript-vue": "^2.0.0-alpha.1",
+ "tns-core-modules": "~4.1.1",
20
"yargs": "^9.0.1"
21
22
"scripts": {
@@ -34,6 +34,9 @@
34
"babel-traverse": "6.26.0",
35
"babel-types": "6.26.0",
36
"babylon": "6.18.0",
37
- "lazy": "1.0.11"
+ "lazy": "1.0.11",
38
+ "@types/chai": "^4.0.2",
39
+ "@types/mocha": "^2.2.41",
40
+ "@types/node": "^7.0.5"
41
42
0 commit comments