Skip to content

Commit

Permalink
fix: selenium-webdriverjs peer dependency to allow newer versions (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed May 20, 2021
1 parent 9d90185 commit 2dc2788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"axe-core": "^4.2.1"
},
"peerDependencies": {
"selenium-webdriver": ">= 2.53.1 <=4.0.0-beta.3"
"selenium-webdriver": ">3.0.0-beta || >=2.53.1 || >4.0.0-alpha"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 2dc2788

Please sign in to comment.