From d63100a21b2b88e149ea63c1da07639dd9377aa4 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 13 Jun 2018 11:56:10 -0700 Subject: [PATCH] Add fs-extra --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 95dc4859082..1845742dc12 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/minimatch": "latest", "@types/minimist": "latest", "@types/mkdirp": "latest", - "@types/mocha": "latest", + "@types/mocha": "^5.2.2", "@types/node": "8.5.5", "@types/q": "latest", "@types/run-sequence": "latest", @@ -59,6 +59,7 @@ "chalk": "latest", "convert-source-map": "latest", "del": "latest", + "fs-extra": "^6.0.1", "gulp": "3.X", "gulp-clone": "latest", "gulp-concat": "latest",