Skip to content

Commit 1e12147

Browse files
author
Akos Kitta
committed
GH-2009: Bumped up a few versions to support Node.js 10.x.
- The blocker was in `vscode-nsfw` due to `nsfw`. `1.1.1` had the fix. - Bumped up the transitive `fiber` dependency (via `wdio`) as well. Closes: #2009 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent ca33668 commit 1e12147

File tree

4 files changed

+139
-211
lines changed

4 files changed

+139
-211
lines changed

doc/Developing.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ For Windows instructions [click here](#building-on-windows).
4646
## Prerequisites
4747
- Node.js `>= 8.x`, `< 9.x`.
4848
- Preferably, **use** version `8.11.4`, it has the [active LTS](https://github.com/nodejs/Release).
49-
- Node.js `9.x` is untested.
50-
- Node.js `10.x` is **not** supported yet due to a known issue in [`nsfw`](https://github.com/theia-ide/theia/issues/2009).
49+
- Both Node.js `9.x` and `10.x` are untested.
5150
- [Yarn package manager](https://yarnpkg.com/en/docs/install) v1.7.0
5251
- git (If you would like to use the Git-extension too, you will need to have git version 2.11.0 or higher.)
5352

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"typedoc": "^0.8",
4242
"typescript": "^3.1.3",
4343
"uuid": "^3.1.0",
44-
"wdio-mocha-framework": "0.5.9",
45-
"wdio-selenium-standalone-service": "0.0.8",
46-
"wdio-spec-reporter": "0.1.0",
47-
"webdriverio": "4.9.2"
44+
"wdio-mocha-framework": "^0.6.4",
45+
"wdio-selenium-standalone-service": "^0.0.10",
46+
"wdio-spec-reporter": "^0.1.5",
47+
"webdriverio": "^4.14.0"
4848
},
4949
"scripts": {
5050
"prepare": "yarn prepare:travis && yarn prepare:hoisting && yarn rebuild:clean && yarn build:clean",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"reflect-metadata": "^0.1.10",
3838
"route-parser": "^0.0.5",
3939
"vscode-languageserver-types": "^3.10.0",
40-
"vscode-nsfw": "^1.0.17",
40+
"vscode-nsfw": "^1.1.1",
4141
"vscode-uri": "^1.0.1",
4242
"vscode-ws-jsonrpc": "^0.0.2-1",
4343
"ws": "^5.2.2",

0 commit comments

Comments
 (0)