|
11 | 11 | "author": "Canhua Li <licanhua@live.com> (https://github.com/licanhua)",
|
12 | 12 | "license": "ISC",
|
13 | 13 | "devDependencies": {
|
14 |
| - "@babel/core": "^7.5.5", |
15 |
| - "@babel/preset-env": "^7.5.5", |
16 |
| - "@babel/preset-typescript": "^7.3.3", |
17 |
| - "@types/jest": "^24.0.17", |
18 |
| - "@types/selenium-webdriver": "^4.0.1", |
19 |
| - "selenium-appium": "^0.0.14", |
20 |
| - "appium": "1.14.2", |
21 |
| - "babel-jest": "^24.8.0", |
22 |
| - "jest": "^24.8.0", |
| 14 | + "@babel/core": "^7.12.3", |
| 15 | + "@babel/preset-env": "^7.12.1", |
| 16 | + "@babel/preset-typescript": "^7.12.1", |
| 17 | + "@types/jest": "^26.0.15", |
| 18 | + "@types/selenium-webdriver": "^4.0.10", |
| 19 | + "selenium-appium": "^0.0.16", |
| 20 | + "appium": "1.18.3", |
| 21 | + "babel-jest": "^26.6.1", |
| 22 | + "jest": "^26.6.1", |
23 | 23 | "jest-junit-reporter": "1.1.0",
|
24 |
| - "selenium-webdriver": "^4.0.0-alpha.4", |
25 |
| - "typescript": "^3.5.3" |
| 24 | + "selenium-webdriver": "^4.0.0-alpha.7", |
| 25 | + "typescript": "^4.0.5" |
26 | 26 | },
|
27 | 27 | "jest": {
|
28 | 28 | "testResultsProcessor": "./node_modules/jest-junit-reporter"
|
|
0 commit comments