Skip to content

Commit

Permalink
fix(execute-driver-plugin): update dependency webdriverio to v8.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 9e4cff1 commit 6f0101e
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 88 deletions.
170 changes: 85 additions & 85 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 @@ -140,7 +140,7 @@
"tsd": "0.30.4",
"typescript": "5.2.2",
"validate.js": "0.13.1",
"webdriverio": "8.28.8",
"webdriverio": "8.29.0",
"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.28.8"
"webdriverio": "8.29.0"
}
}
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.28.8"
"webdriverio": "8.29.0"
},
"peerDependencies": {
"appium": "^2.0.0-beta.35"
Expand Down

0 comments on commit 6f0101e

Please sign in to comment.