mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update n-dev- appium deps (#6358)
This commit is contained in:
@@ -17,10 +17,16 @@
|
|||||||
"tns-core-modules": "next"
|
"tns-core-modules": "next"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/chai": "~4.1.3",
|
||||||
|
"@types/mocha": "~5.2.1",
|
||||||
|
"@types/node": "10.11.4",
|
||||||
"babel-traverse": "6.26.0",
|
"babel-traverse": "6.26.0",
|
||||||
"babel-types": "6.26.0",
|
"babel-types": "6.26.0",
|
||||||
"babylon": "6.18.0",
|
"babylon": "6.18.0",
|
||||||
"lazy": "1.0.11",
|
"lazy": "1.0.11",
|
||||||
|
"mocha": "~5.1.0",
|
||||||
|
"mocha-junit-reporter": "~1.17.0",
|
||||||
|
"mocha-multi": "~1.0.0",
|
||||||
"nativescript-dev-appium": "next",
|
"nativescript-dev-appium": "next",
|
||||||
"nativescript-dev-typescript": "next",
|
"nativescript-dev-typescript": "next",
|
||||||
"nativescript-dev-webpack": "next"
|
"nativescript-dev-webpack": "next"
|
||||||
|
|||||||
@@ -20,11 +20,14 @@
|
|||||||
"@types/chai": "~4.1.3",
|
"@types/chai": "~4.1.3",
|
||||||
"@types/mocha": "~5.2.1",
|
"@types/mocha": "~5.2.1",
|
||||||
"@types/node": "^7.0.5",
|
"@types/node": "^7.0.5",
|
||||||
|
"mocha": "^5.2.0",
|
||||||
|
"mocha-junit-reporter": "^1.18.0",
|
||||||
|
"mocha-multi": "^1.0.1",
|
||||||
"nativescript-dev-appium": "next",
|
"nativescript-dev-appium": "next",
|
||||||
"nativescript-dev-typescript": "next",
|
"nativescript-dev-typescript": "next",
|
||||||
"nativescript-dev-webpack": "next",
|
"nativescript-dev-webpack": "next",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"typescript": "^3.0.3"
|
"typescript": "^3.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
"e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user