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
Co-authored-by: Alex Tugarev <alex.tugarev@typefox.io>
Co-authored-by: Akos Kitta <kittaakos@typefox.io>
Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
  • Loading branch information
3 people committed Mar 13, 2019
1 parent 2bd0e8f commit 5593bbf
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 122 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"resolution": {
"**/@types/node": "8.10.20"
},
"dependencies": {
"electron-rebuild": "^1.8.2",
"vscode-nsfw": "^1.1.2"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
Expand Down Expand Up @@ -38,10 +42,10 @@
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"uuid": "^3.1.0",
"wdio-mocha-framework": "0.5.13",
"wdio-selenium-standalone-service": "0.0.12",
"wdio-spec-reporter": "0.1.5",
"webdriverio": "4.14.1"
"wdio-mocha-framework": "^0.6.4",
"wdio-selenium-standalone-service": "^0.0.12",
"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 5593bbf

Please sign in to comment.