Skip to content

Commit 85abfa3

Browse files
chore(deps): update webdriverio (major) (#2450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent b55c0dd commit 85abfa3

File tree

3 files changed

+267
-582
lines changed

3 files changed

+267
-582
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@rnx-kit/polyfills": "^0.2.0",
3838
"@rnx-kit/tsconfig": "^2.0.0",
3939
"@types/react": "~18.3.0",
40-
"appium": "patch:appium@npm%3A2.14.0#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
41-
"appium-uiautomator2-driver": "^3.0.0",
42-
"appium-xcuitest-driver": "^7.0.0",
40+
"appium": "patch:appium@npm%3A2.17.1#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
41+
"appium-uiautomator2-driver": "^4.0.0",
42+
"appium-xcuitest-driver": "^9.0.0",
4343
"react-native-test-app": "workspace:*",
4444
"webdriverio": "^9.0.0"
4545
},

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,13 @@
153153
},
154154
"packageManager": "[email protected]",
155155
"resolutions": {
156-
"@appium/base-driver/axios": "^1.7.9",
156+
"@appium/base-driver/axios": "^1.8.3",
157157
"@appium/docutils": "link:./example",
158-
"@appium/support/@types/semver": "^7.5.8",
159158
"@appium/support/archiver": "^7.0.1",
160-
"@appium/support/axios": "^1.7.9",
161-
"@appium/support/semver": "^7.6.3",
162-
"@appium/support/teen_process": "^2.2.0",
163-
"@appium/support/uuid": "^11.0.3",
159+
"@appium/support/axios": "^1.8.3",
160+
"@appium/support/semver": "^7.7.1",
161+
"@appium/support/teen_process": "^2.3.1",
162+
"@appium/support/uuid": "^11.1.0",
164163
"@colors/colors": "^1.6.0",
165164
"@expo/config-plugins/glob": "^7.1.6",
166165
"@expo/json-file/@babel/code-frame": "^7.10.4",
@@ -182,12 +181,11 @@
182181
"@react-native/normalize-colors": "^0.77.0",
183182
"@react-native/virtualized-lists": "^0.77.0",
184183
"@semantic-release/npm/npm": "link:./example",
185-
"appium/@types/semver": "^7.5.8",
186184
"appium/ajv": "^8.17.1",
187-
"appium/axios": "^1.7.9",
188-
"appium/semver": "^7.6.3",
189-
"appium/teen_process": "^2.2.0",
190-
"appium/ws": "^8.18.0",
185+
"appium/axios": "^1.8.3",
186+
"appium/semver": "^7.7.1",
187+
"appium/teen_process": "^2.3.1",
188+
"appium/ws": "^8.18.1",
191189
"appium/yaml": "^2.6.0",
192190
"argparse/sprintf-js": "^1.0.2",
193191
"body-parser": "~1.20.3",

0 commit comments

Comments
 (0)