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 14, 2019
1 parent 01a9830 commit 90cd085
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 124 deletions.
2 changes: 1 addition & 1 deletion dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.1",
"electron": "^2.0.14",
"electron-rebuild": "^1.5.11",
"electron-rebuild": "^1.8.2",
"file-loader": "^1.1.11",
"font-awesome-webpack": "0.0.5-beta.2",
"fs-extra": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"reflect-metadata": "^0.1.10",
"route-parser": "^0.0.5",
"vscode-languageserver-types": "^3.10.0",
"vscode-nsfw": "^1.0.17",
"vscode-nsfw": "^1.1.2",
"vscode-uri": "^1.0.1",
"vscode-ws-jsonrpc": "^0.0.2-1",
"ws": "^5.2.2",
Expand Down
Loading

0 comments on commit 90cd085

Please sign in to comment.