Skip to content

Commit

Permalink
fix(execute-driver-plugin): update dependency webdriverio to v8.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent 111b05c commit 7fc7446
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"tsd": "0.30.7",
"typescript": "5.4.2",
"validate.js": "0.13.1",
"webdriverio": "8.33.1",
"webdriverio": "8.34.1",
"ws": "8.16.0",
"yaml-js": "0.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/appium/sample-code/quickstarts/js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"webdriverio": "8.33.1"
"webdriverio": "8.34.1"
}
}
2 changes: 1 addition & 1 deletion packages/execute-driver-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"vm2": "3.9.19",
"webdriverio": "8.33.1"
"webdriverio": "8.34.1"
},
"peerDependencies": {
"appium": "^2.0.0-beta.35"
Expand Down

0 comments on commit 7fc7446

Please sign in to comment.