Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: selenium-webdriverjs peer dependency to allow newer versions #258

Merged
merged 1 commit into from
May 20, 2021

Conversation

michael-siek
Copy link
Member

No description provided.

@michael-siek michael-siek requested a review from a team May 19, 2021 23:37
@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What versions are you targeting here? This seems more complicated than it needs to be.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should allow users to use any version from 2.53.1+, 3.0.0-beta+, and 4.0.0-alpha+

@michael-siek michael-siek merged commit 2dc2788 into develop May 20, 2021
@michael-siek michael-siek deleted the fix/peer-dep branch May 20, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants