Skip to content

Commit 00a1ae8

Browse files
Bump to latest appium client version
1 parent 77fcb84 commit 00a1ae8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Code samples to get started with Appium tests for your Native App using Webdrive
1313

1414
These code samples are currently based on:
1515

16-
- **WebdriverIO:** `7.20.5`
16+
- **WebdriverIO:** `7.23.0`
1717
- **Protocol:** `W3C`
1818

1919
## Setup
2020

2121
### Requirements
2222

23-
- Node.js 8.11.2+
23+
- Node.js v16.17.0+
2424
- If you don't have Node installed, download it from [here](https://nodejs.org/en/)
2525

2626
### Install the dependencies

android/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/browserstack/webdriverio-appium-app-browserstack#readme",
2727
"dependencies": {
28-
"@wdio/cli": "^7.20.5"
28+
"@wdio/cli": "^7.23.0"
2929
},
3030
"devDependencies": {
31-
"@wdio/browserstack-service": "^7.20.5",
32-
"@wdio/local-runner": "^7.20.5",
33-
"@wdio/mocha-framework": "^7.20.3"
31+
"@wdio/browserstack-service": "^7.23.0",
32+
"@wdio/local-runner": "^7.23.0",
33+
"@wdio/mocha-framework": "^7.23.0"
3434
}
3535
}

ios/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/browserstack/webdriverio-appium-app-browserstack#readme",
2727
"dependencies": {
28-
"@wdio/cli": "^7.20.5"
28+
"@wdio/cli": "^7.23.0"
2929
},
3030
"devDependencies": {
31-
"@wdio/browserstack-service": "^7.20.5",
32-
"@wdio/local-runner": "^7.20.5",
33-
"@wdio/mocha-framework": "^7.20.3"
31+
"@wdio/browserstack-service": "^7.23.0",
32+
"@wdio/local-runner": "^7.23.0",
33+
"@wdio/mocha-framework": "^7.23.0"
3434
}
3535
}

0 commit comments

Comments
 (0)