Skip to content

Commit

Permalink
update dependencies (#51)
Browse files Browse the repository at this point in the history
* update dependencies

* update nightwatch version in peer dependencies
  • Loading branch information
spnraju authored and mucsi96 committed Dec 13, 2018
1 parent c053f63 commit 341a5f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cucumber-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cucumber": "^5.0.3",
"cucumber-pretty": "^1.5.0",
"geckodriver": "^1.14.1",
"nightwatch": "1.0.14",
"nightwatch": "1.0.15",
"nightwatch-api": "latest",
"start-server-and-test": "^1.7.11"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cucumber-selenium-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chromedriver": "^2.44.0",
"cucumber": "^5.0.2",
"chromedriver": "^2.44.1",
"cucumber": "^5.0.3",
"cucumber-pretty": "^1.5.0",
"edgedriver": "^4.15063.0",
"geckodriver": "^1.14.1",
"iedriver": "^3.13.0",
"nightwatch": "1.0.11",
"nightwatch": "1.0.15",
"nightwatch-api": "latest",
"selenium-server": "^3.8.1",
"selenium-server-standalone-jar": "^3.141.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chromedriver": "^2.44.1",
"geckodriver": "^1.14.1",
"jest": "^23.6.0",
"nightwatch": "1.0.14",
"nightwatch": "1.0.15",
"nightwatch-api": "latest",
"start-server-and-test": "^1.7.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nightwatch-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/debug": "^0.0.31"
},
"peerDependencies": {
"nightwatch": "^1.0.11"
"nightwatch": "^1.0.15"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand All @@ -94,7 +94,7 @@
"husky": "^1.2.0",
"jest": "^23.6.0",
"lodash.omit": "^4.5.0",
"nightwatch": "^1.0.14",
"nightwatch": "^1.0.15",
"prettier": "1.15.3",
"pretty-quick": "^1.8.0",
"selenium-server": "3.141.59",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"chromedriver": "^2.44.1",
"geckodriver": "^1.14.1",
"nightwatch": "1.0.14",
"nightwatch": "1.0.15",
"nightwatch-api": "latest"
}
}

0 comments on commit 341a5f8

Please sign in to comment.