|
1 | 1 | {
|
2 | 2 | "name": "appium-boilerplate",
|
3 |
| - "version": "5.3.0", |
| 3 | + "version": "5.3.1", |
4 | 4 | "description": "Boilerplate project to run WebdriverIO tests with Appium to test native applications on iOS and Android",
|
5 | 5 | "scripts": {
|
6 | 6 | "android.sauce.rdc.app": "./node_modules/.bin/wdio ./config/saucelabs/wdio.android.rdc.app.conf.js",
|
|
32 | 32 | "homepage": "https://github.com/webdriverio/appium-boilerplate#readme",
|
33 | 33 | "dependencies": {},
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.4.3", |
36 |
| - "@babel/core": "^7.4.3", |
37 |
| - "@babel/preset-env": "^7.4.3", |
38 |
| - "@babel/register": "^7.4.0", |
39 |
| - "@babel/traverse": "^7.4.3", |
40 |
| - "@babel/types": "^7.4.0", |
41 |
| - "@wdio/appium-service": "^5.7.9", |
42 |
| - "@wdio/cli": "^5.7.12", |
43 |
| - "@wdio/jasmine-framework": "^5.7.8", |
44 |
| - "@wdio/local-runner": "^5.7.12", |
45 |
| - "@wdio/sauce-service": "^5.7.8", |
46 |
| - "@wdio/spec-reporter": "^5.7.9", |
47 |
| - "@wdio/sync": "^5.7.9", |
48 |
| - "babel-eslint": "^10.0.1", |
| 35 | + "@babel/cli": "^7.5.5", |
| 36 | + "@babel/core": "^7.5.5", |
| 37 | + "@babel/preset-env": "^7.5.5", |
| 38 | + "@babel/register": "^7.5.5", |
| 39 | + "@babel/traverse": "^7.5.5", |
| 40 | + "@babel/types": "^7.5.5", |
| 41 | + "@wdio/appium-service": "^5.12.1", |
| 42 | + "@wdio/cli": "^5.12.4", |
| 43 | + "@wdio/jasmine-framework": "^5.12.1", |
| 44 | + "@wdio/local-runner": "^5.12.4", |
| 45 | + "@wdio/sauce-service": "^5.12.1", |
| 46 | + "@wdio/spec-reporter": "^5.12.1", |
| 47 | + "@wdio/sync": "^5.12.3", |
| 48 | + "babel-eslint": "^10.0.2", |
49 | 49 | "eslint": "^5.16.0",
|
50 | 50 | "eslint-config-standard": "^12.0.0",
|
51 |
| - "eslint-plugin-import": "^2.14.0", |
| 51 | + "eslint-plugin-import": "^2.18.2", |
52 | 52 | "eslint-plugin-node": "^7.0.1",
|
53 |
| - "eslint-plugin-promise": "^4.1.1", |
54 |
| - "eslint-plugin-standard": "^4.0.0", |
55 |
| - "eslint-plugin-wdio": "^5.7.8", |
| 53 | + "eslint-plugin-promise": "^4.2.1", |
| 54 | + "eslint-plugin-standard": "^4.0.1", |
| 55 | + "eslint-plugin-wdio": "^5.12.1", |
56 | 56 | "node-fetch": "^2.3.0",
|
57 |
| - "webdriverio": "^5.7.12" |
| 57 | + "webdriverio": "^5.12.4" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments