Skip to content

Commit

Permalink
chore: use latest chromedriver where necessary (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Aug 22, 2023
1 parent e78a8df commit 8b5d296
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@axe-core/webdriverjs": "^4.7.3",
"axe-core": "^4.7.0",
"chromedriver": "^115.0.1",
"chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
"selenium-webdriver": "^4.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/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 packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
"chromedriver": "^115.0.1",
"chromedriver": "latest",
"cross-dirname": "^0.1.0",
"delay": "^5.0.0",
"express": "^4.18.2",
Expand Down

0 comments on commit 8b5d296

Please sign in to comment.