Skip to content

Commit

Permalink
chore: update webdriverio peerDependency
Browse files Browse the repository at this point in the history
We believe the issue that caused us to pin to 7.14.1 was this one webdriverio/webdriverio#7994. Testing versions of webdriverio 7.14 - 7.19 no longer causes us any issues. The issue seems to have been resolved and we no longer need to pin to a specific version.
  • Loading branch information
straker committed May 16, 2022
1 parent 3e5407a commit 317fe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Expand Up @@ -64,7 +64,7 @@
"webdriverio": "^7.14.1"
},
"peerDependencies": {
"webdriverio": "^5 || ^6 ||7 - 7.14.1"
"webdriverio": "^5 || ^6 || ^7"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 317fe68

Please sign in to comment.