Skip to content

Commit

Permalink
eclipse-theiaGH-2009: Updated the dependencies to support Node.js `10…
Browse files Browse the repository at this point in the history
….x.x`.

Closes eclipse-theia#2009.

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and debovema committed Mar 28, 2019
1 parent 30d72fe commit 9d0439e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 155 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"uuid": "^3.1.0",
"wdio-mocha-framework": "0.6.4",
"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 rebuild:clean && yarn build:clean && yarn prepare:hoisting",
Expand Down
Loading

0 comments on commit 9d0439e

Please sign in to comment.