|
42 | 42 | "prettier": "prettier 'src/**/*.ts' --write --single-quote",
|
43 | 43 | "prettier-check": "prettier 'src/**/*.ts' --check",
|
44 | 44 | "appium-home": "rm -rf /tmp/some-temp-dir && export APPIUM_HOME=/tmp/some-temp-dir",
|
45 |
| - "test": "mocha --require ts-node/register ./test/*.spec.js --timeout 260000 ", |
| 45 | + "test": "mocha --require ts-node/register ./test/*.spec.js --timeout 260000", |
46 | 46 | "run-server": "appium server -ka 800 -pa /wd/hub",
|
47 | 47 | "install-driver": "npm run build && appium driver install --source=local $(pwd)",
|
48 | 48 | "reinstall-driver": "(appium driver uninstall flutter-integration || exit 0) && npm run install-driver",
|
49 | 49 | "wdio-android": "wdio run ./android.conf.ts",
|
50 | 50 | "wdio-ios": "wdio run ./ios.conf.ts"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@appium/types": "^0.20.3", |
| 53 | + "@appium/types": "^0.x", |
54 | 54 | "@semantic-release/changelog": "^6.0.3",
|
55 | 55 | "@semantic-release/commit-analyzer": "^13.0.0",
|
56 | 56 | "@semantic-release/git": "^10.0.1",
|
|
61 | 61 | "@types/mocha": "^10.0.6",
|
62 | 62 | "@wdio/appium-service": "^8.38.0",
|
63 | 63 | "@wdio/cli": "^8.38.0",
|
| 64 | + "@wdio/globals": "^8.38.0", |
64 | 65 | "@wdio/local-runner": "^8.38.0",
|
65 | 66 | "@wdio/mocha-framework": "^8.38.0",
|
66 | 67 | "@wdio/spec-reporter": "^8.38.0",
|
67 | 68 | "@wdio/types": "^8.37.0",
|
| 69 | + "@wdio/utils": "^8.38.0", |
| 70 | + "chai": "^5.1.1", |
68 | 71 | "eslint-config-prettier": "^9.1.0",
|
69 | 72 | "eslint-plugin-prettier": "^5.1.3",
|
70 | 73 | "jest": "^29.7.0",
|
71 | 74 | "mocha": "^10.4.0",
|
72 | 75 | "prettier": "^3.3.2",
|
73 | 76 | "rimraf": "^5.0.7",
|
74 | 77 | "semantic-release": "^24.0.0",
|
75 |
| - "semver": "^7.6.2", |
76 | 78 | "ts-node": "^10.9.2",
|
77 | 79 | "typescript": "^5.4.5",
|
78 | 80 | "wdio-flutter-by-service": "^1.0.11",
|
|
82 | 84 | "appium": "^2.5.4"
|
83 | 85 | },
|
84 | 86 | "dependencies": {
|
85 |
| - "@appium/base-driver": "^9.6.0", |
86 |
| - "@appium/support": "^4.2.5", |
87 |
| - "@wdio/globals": "^8.38.0", |
88 |
| - "@wdio/utils": "^8.38.0", |
89 | 87 | "appium-adb": "^12.4.4",
|
90 |
| - "appium-android-driver": "^9.7.2", |
91 | 88 | "appium-ios-device": "^2.7.20",
|
92 | 89 | "appium-uiautomator2-driver": "^3.6.1",
|
93 | 90 | "appium-xcuitest-driver": "^7.20.1",
|
94 |
| - "async-retry": "^1.3.3", |
95 | 91 | "asyncbox": "^3.0.0",
|
96 |
| - "axios": "^1.7.2", |
97 | 92 | "bluebird": "^3.7.2",
|
98 |
| - "chai": "^5.1.1", |
99 | 93 | "lodash": "^4.17.21",
|
100 |
| - "node-simctl": "^7.5.2", |
101 |
| - "portscanner": "^2.2.0" |
| 94 | + "portscanner": "^2.2.0", |
| 95 | + "semver": "^7.6.2" |
102 | 96 | }
|
103 | 97 | }
|
0 commit comments