From c3679a84e5c5f6f922c74a609957b4cdb2c1748b Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 21 Jun 2018 02:12:20 +0900 Subject: [PATCH] :v: --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad312b871..c46632b6f 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,9 @@ "@types/debug": "0.0.30", "@types/deep-equal": "1.0.1", "@types/elasticsearch": "5.0.24", + "@types/file-type": "5.2.1", "@types/gm": "1.18.0", - "@types/gulp": "4.0.5", + "@types/gulp": "3.8.36", "@types/gulp-htmlmin": "1.3.32", "@types/gulp-mocha": "0.0.32", "@types/gulp-rename": "0.0.33", @@ -46,6 +47,7 @@ "@types/is-root": "1.0.0", "@types/is-url": "1.2.28", "@types/js-yaml": "3.11.1", + "@types/jsdom": "11.0.6", "@types/koa": "2.0.46", "@types/koa-bodyparser": "4.2.0", "@types/koa-compress": "2.0.8", @@ -215,14 +217,13 @@ "webpack-cli": "3.0.8", "websocket": "1.0.26", "ws": "5.2.0", - "xev": "2.0.1", - "@types/file-type": "5.2.1", - "@types/jsdom": "11.0.6" + "xev": "2.0.1" }, "greenkeeper": { "ignore": [ "deepcopy", - "cafy" + "cafy", + "@types/gulp" ] } }