Skip to content

Commit

Permalink
add wdio to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amitzur committed Jun 15, 2020
1 parent 50aaa5f commit 10c42f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/eyes-webdriverio-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@
},
"main": "./index.js",
"dependencies": {
"@applitools/eyes-sdk-core": "11.0.4",
"@applitools/visual-grid-client": "14.4.3"
"@applitools/eyes-sdk-core": "11.0.8",
"@applitools/visual-grid-client": "14.4.7"
},
"peerDependencies": {
"webdriverio": ">=5.18.0"
},
"devDependencies": {
"@applitools/sdk-coverage-tests": "1.0.0",
Expand Down

0 comments on commit 10c42f6

Please sign in to comment.