From b0229239e197255a6d3c2e2eb3396bb8b9789901 Mon Sep 17 00:00:00 2001 From: Michael Mrowetz Date: Sat, 6 May 2017 12:47:07 +0900 Subject: [PATCH] Updated dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 22d44a7a..0a09b062 100644 --- a/package.json +++ b/package.json @@ -38,22 +38,22 @@ "grunt-banner": "^0.6.0", "grunt-browserify": "^5.0.0", "grunt-bump": "^0.8.0", - "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-clean": "^1.1.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-uglify": "^2.2.0", + "grunt-contrib-uglify": "^2.3.0", "grunt-contrib-watch": "^1.0.0", "grunt-gh-pages": "^2.0.0", "grunt-run": "^0.6.0", - "grunt-tslint": "^4.0.1", + "grunt-tslint": "^5.0.1", "live-server": "^1.2.0", "load-grunt-config": "^0.19.2", "tsify": "^3.0.1", - "tslint": "^4.5.1", - "typescript": "^2.2.1", + "tslint": "^5.2.0", + "typescript": "^2.3.2", "whatwg-fetch": "^2.0.3" }, "dependencies": { - "@types/har-format": "^1.2.0" + "@types/har-format": "^1.2.1" } }