Skip to content

Commit

Permalink
chore: update chromedriver to use v95.x (dequelabs#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Oct 25, 2021
1 parent 4dbf06d commit e7a75b5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions 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.3.1",
"axe-core": "^4.3.3",
"chromedriver": "^93.0.1",
"chromedriver": "^95.0.0",
"colors": "^1.4.0",
"commander": "^7.1.0",
"selenium-webdriver": "^4.0.0-beta.4"
Expand Down
12 changes: 6 additions & 6 deletions 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 @@ -47,7 +47,7 @@
"@wdio/sync": "^7.12.4",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.0",
"chromedriver": "^93.0.1",
"chromedriver": "^95.0.0",
"delay": "^5.0.0",
"express": "^4.17.1",
"mocha": "^8.4.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/webdriverjs/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/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.0",
"chaimocha": "^1.10.0",
"chromedriver": "^93.0.1",
"chromedriver": "^95.0.0",
"delay": "^5.0.0",
"express": "^4.17.1",
"http-server": "^0.12.3",
Expand Down

0 comments on commit e7a75b5

Please sign in to comment.