From e95bfe7ec504b80d54ab2baa4d326b6c2eae14b2 Mon Sep 17 00:00:00 2001 From: Martyn Janes Date: Wed, 23 Aug 2017 09:44:43 +0300 Subject: [PATCH] Unit Tests and Fixes --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2316845..8858484 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "node": ">=8.0.0" }, "devDependencies": { - "@types/chai": "^4.0.3", + "@types/chai": "^4.0.4", "@types/jimp": "^0.2.1", - "@types/mocha": "^2.2.41", - "@types/phantom": "^3.2.2", + "@types/mocha": "^2.2.42", + "@types/phantom": "^3.2.3", "@types/sinon": "^2.3.3", "chai": "^4.1.1", "coveralls": "^2.13.1", @@ -47,7 +47,7 @@ "gulp-replace": "^0.6.1", "gulp-sourcemaps": "^2.6.1", "gulp-tslint": "^8.1.2", - "gulp-typescript": "^3.2.1", + "gulp-typescript": "^3.2.2", "merge2": "^1.1.0", "minimist": "^1.2.0", "remap-istanbul": "^0.9.5",