Skip to content

Commit

Permalink
GH-2009: Updated the dependencies to support Node.js 10.x.x.
Browse files Browse the repository at this point in the history
Closes #2009.

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Dec 6, 2018
1 parent bfb235a commit 81095ca
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 217 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"uuid": "^3.1.0",
"wdio-mocha-framework": "0.5.9",
"wdio-selenium-standalone-service": "0.0.8",
"wdio-spec-reporter": "0.1.0",
"webdriverio": "4.9.2"
"wdio-mocha-framework": "^0.6.4",
"wdio-selenium-standalone-service": "^0.0.11",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.14.1"
},
"scripts": {
"prepare": "yarn prepare:travis && yarn prepare:hoisting && yarn rebuild:clean && yarn build:clean",
Expand Down
Loading

0 comments on commit 81095ca

Please sign in to comment.