Skip to content

Commit

Permalink
fix: Upgrade chromedriver to 107
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Only Chrome 107 or newer is supported.
  • Loading branch information
prantlf committed Dec 2, 2022
1 parent ac48729 commit cc730f0
Show file tree
Hide file tree
Showing 3 changed files with 691 additions and 432 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ Licensed under the MIT license.
[grunt-html-dom-snapshot]: https://github.com/prantlf/grunt-html-dom-snapshot#readme
[grunt-selenium-standalone]: https://github.com/zs-zs/grunt-selenium-standalone#readme
[grunt-geckodriver]: https://github.com/prantlf/grunt-geckodriver#readme
[grunt-safaridriver]: https://github.com/prantlf/grunt-safardriver#readme
[grunt-safaridriver]: https://github.com/prantlf/grunt-safaridriver#readme
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
]
},
"dependencies": {
"chromedriver": "102.0.0",
"chromedriver": "^107",
"portscanner": "2.2.0"
},
"devDependencies": {
"@node-rs/deno-lint": "^1.13.1",
"@semantic-release/changelog": "^6.0.1",
"@node-rs/deno-lint": "^1.14.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"c8": "^7.11.3",
"c8": "^7.12.0",
"grunt": "1.5.3",
"grunt-contrib-nodeunit": "4.0.0",
"tcp-port-used": "1.0.2",
"webdriverio": "7.20.2"
"webdriverio": "8.0.2"
},
"peerDependencies": {
"grunt": ">=1.3.0"
Expand Down
Loading

0 comments on commit cc730f0

Please sign in to comment.