Skip to content

Commit f9ea1e5

Browse files
feat: Update server compatibility (#1051)
BREAKING CHANGE: Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0 BREAKING CHANGE: Required npm version has been bumped to >=10 BREAKING CHANGE: Required base driver version has been bumped to >=10.0.0-rc.1
1 parent 54f9fc7 commit f9ea1e5

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"sync-wda-version": "node ./scripts/update-wda-version.js --package-version=${npm_package_version} && git add WebDriverAgentLib/Info.plist"
2323
},
2424
"engines": {
25-
"node": ">=14",
26-
"npm": ">=8"
25+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
26+
"npm": ">=10"
2727
},
2828
"prettier": {
2929
"bracketSpacing": false,
@@ -48,22 +48,21 @@
4848
},
4949
"homepage": "https://github.com/appium/WebDriverAgent#readme",
5050
"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",
5555
"@semantic-release/changelog": "^6.0.1",
5656
"@semantic-release/git": "^10.0.1",
5757
"@types/bluebird": "^3.5.38",
5858
"@types/lodash": "^4.14.196",
5959
"@types/mocha": "^10.0.1",
6060
"@types/node": "^24.0.0",
61-
"@types/teen_process": "^2.0.1",
62-
"appium-xcode": "^5.0.0",
61+
"appium-xcode": "^6.0.0",
6362
"chai": "^5.1.1",
6463
"chai-as-promised": "^8.0.0",
6564
"conventional-changelog-conventionalcommits": "^9.0.0",
66-
"node-simctl": "^7.0.1",
65+
"node-simctl": "^8.0.0",
6766
"mocha": "^11.0.1",
6867
"prettier": "^3.0.0",
6968
"semantic-release": "^24.0.0",
@@ -73,18 +72,18 @@
7372
"typescript": "^5.4.2"
7473
},
7574
"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",
8180
"async-lock": "^1.0.0",
8281
"asyncbox": "^3.0.0",
8382
"axios": "^1.4.0",
8483
"bluebird": "^3.5.5",
8584
"lodash": "^4.17.11",
8685
"source-map-support": "^0.x",
87-
"teen_process": "^2.2.0"
86+
"teen_process": "^3.0.0"
8887
},
8988
"files": [
9089
"index.ts",

0 commit comments

Comments
 (0)