|
22 | 22 | "sync-wda-version": "node ./scripts/update-wda-version.js --package-version=${npm_package_version} && git add WebDriverAgentLib/Info.plist" |
23 | 23 | }, |
24 | 24 | "engines": { |
25 | | - "node": ">=14", |
26 | | - "npm": ">=8" |
| 25 | + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", |
| 26 | + "npm": ">=10" |
27 | 27 | }, |
28 | 28 | "prettier": { |
29 | 29 | "bracketSpacing": false, |
|
48 | 48 | }, |
49 | 49 | "homepage": "https://github.com/appium/WebDriverAgent#readme", |
50 | 50 | "devDependencies": { |
51 | | - "@appium/eslint-config-appium-ts": "^1.0.0", |
52 | | - "@appium/test-support": "^3.0.0", |
53 | | - "@appium/tsconfig": "^0.x", |
54 | | - "@appium/types": "^0.x", |
| 51 | + "@appium/eslint-config-appium-ts": "^2.0.0-rc.1", |
| 52 | + "@appium/test-support": "^4.0.0-rc.1", |
| 53 | + "@appium/tsconfig": "^1.0.0-rc.1", |
| 54 | + "@appium/types": "^1.0.0-rc.1", |
55 | 55 | "@semantic-release/changelog": "^6.0.1", |
56 | 56 | "@semantic-release/git": "^10.0.1", |
57 | 57 | "@types/bluebird": "^3.5.38", |
58 | 58 | "@types/lodash": "^4.14.196", |
59 | 59 | "@types/mocha": "^10.0.1", |
60 | 60 | "@types/node": "^24.0.0", |
61 | | - "@types/teen_process": "^2.0.1", |
62 | | - "appium-xcode": "^5.0.0", |
| 61 | + "appium-xcode": "^6.0.0", |
63 | 62 | "chai": "^5.1.1", |
64 | 63 | "chai-as-promised": "^8.0.0", |
65 | 64 | "conventional-changelog-conventionalcommits": "^9.0.0", |
66 | | - "node-simctl": "^7.0.1", |
| 65 | + "node-simctl": "^8.0.0", |
67 | 66 | "mocha": "^11.0.1", |
68 | 67 | "prettier": "^3.0.0", |
69 | 68 | "semantic-release": "^24.0.0", |
|
73 | 72 | "typescript": "^5.4.2" |
74 | 73 | }, |
75 | 74 | "dependencies": { |
76 | | - "@appium/base-driver": "^9.0.0", |
77 | | - "@appium/strongbox": "^0.x", |
78 | | - "@appium/support": "^6.0.0", |
79 | | - "appium-ios-device": "^2.9.0", |
80 | | - "appium-ios-simulator": "^6.2.2", |
| 75 | + "@appium/base-driver": "^10.0.0-rc.1", |
| 76 | + "@appium/strongbox": "^1.0.0-rc.1", |
| 77 | + "@appium/support": "^7.0.0-rc.1", |
| 78 | + "appium-ios-device": "^3.0.0", |
| 79 | + "appium-ios-simulator": "^7.0.0", |
81 | 80 | "async-lock": "^1.0.0", |
82 | 81 | "asyncbox": "^3.0.0", |
83 | 82 | "axios": "^1.4.0", |
84 | 83 | "bluebird": "^3.5.5", |
85 | 84 | "lodash": "^4.17.11", |
86 | 85 | "source-map-support": "^0.x", |
87 | | - "teen_process": "^2.2.0" |
| 86 | + "teen_process": "^3.0.0" |
88 | 87 | }, |
89 | 88 | "files": [ |
90 | 89 | "index.ts", |
|
0 commit comments