Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-07-09 00:17:10 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-09 00:17:10 +0300
commit78312e52ee9dfecf24c8bb43585af973ee0b2ee4 (patch)
tree13b5717ef2709f21ccfceb49e1f7cdb7dfb94ab8 /package.json
parent040b0c5fa4f0562ea08f4008f68e662468dd58a8 (diff)
Update dependencies to be able to run with node 10
- Update gulp to 4.0.0 - Update nw.js to 0.31.4-sdk
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2b7e3f3d..6f4f997b 100755
--- a/package.json
+++ b/package.json
@@ -24,13 +24,14 @@
"archiver": "^2.0.3",
"bluebird": "3.4.1",
"del": "^3.0.0",
- "gulp": "~3.9.1",
- "gulp-concat": "~2.6.1",
+ "graceful-fs": "^4.1.11",
+ "gulp": "^4.0.0",
+ "gulp-concat": "^2.6.1",
"inflection": "1.12.0",
"jquery": "2.1.4",
"jquery-ui-npm": "1.12.0",
"marked": "^0.3.17",
- "nw": "^0.25.4-sdk",
+ "nw": "^0.31.4-sdk",
"nw-builder": "^3.5.4",
"openlayers": "^4.6.5",
"run-sequence": "^2.2.0",