Skip to content

Commit fe51657

Browse files
feat: Bump Node.js version (#268)
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
1 parent 4d65300 commit fe51657

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"url": "https://github.com/appium/node-simctl/issues"
1818
},
1919
"engines": {
20-
"node": ">=14",
21-
"npm": ">=8"
20+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
21+
"npm": ">=10"
2222
},
2323
"main": "./build/index.js",
2424
"bin": {},
@@ -33,14 +33,14 @@
3333
"CHANGELOG.md"
3434
],
3535
"dependencies": {
36-
"@appium/logger": "^1.3.0",
36+
"@appium/logger": "^2.0.0-rc.1",
3737
"asyncbox": "^3.0.0",
3838
"bluebird": "^3.5.1",
3939
"lodash": "^4.2.1",
40-
"rimraf": "^5.0.0",
40+
"rimraf": "^6.0.1",
4141
"semver": "^7.0.0",
4242
"source-map-support": "^0.x",
43-
"teen_process": "^2.2.0",
43+
"teen_process": "^3.0.0",
4444
"uuid": "^11.0.1",
4545
"which": "^5.0.0"
4646
},
@@ -61,9 +61,9 @@
6161
"singleQuote": true
6262
},
6363
"devDependencies": {
64-
"@appium/eslint-config-appium-ts": "^1.x",
65-
"@appium/tsconfig": "^0.x",
66-
"@appium/types": "^0.x",
64+
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
65+
"@appium/tsconfig": "^1.0.0-rc.1",
66+
"@appium/types": "^1.0.0-rc.1",
6767
"@semantic-release/changelog": "^6.0.1",
6868
"@semantic-release/git": "^10.0.1",
6969
"@types/bluebird": "^3.5.38",

0 commit comments

Comments
 (0)