From 604e205b45ed06fba8299d2cc390f71152b4a1ff Mon Sep 17 00:00:00 2001 From: Peng Wang Date: Sat, 14 Oct 2017 08:38:24 -0700 Subject: [PATCH] Update all development dependencies. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 11f26f3..eefd2ef 100644 --- a/package.json +++ b/package.json @@ -16,17 +16,17 @@ "grunt-bump": "^0.8", "grunt-contrib-clean": "^1.0", "grunt-contrib-copy": "^1.0", - "grunt-contrib-uglify": "^1.0", + "grunt-contrib-uglify": "^3.1", "grunt-contrib-watch": "^1.0", - "grunt-gh-pages": "^1.0", - "grunt-groc": "^0.6", + "grunt-gh-pages": "^2.0", + "grunt-groc": "^0.7", "grunt-markdown": "^0.7", "grunt-newer": "^1.0", - "matchdep": "^1.0", + "matchdep": "^2.0", "merlot": "^0.1", "hlf-css": "^0.2", - "qunitjs": "^2.0.0-rc1", - "requirejs": "^2.0" + "qunitjs": "^2.4", + "requirejs": "^2.3" }, "scripts": { "postinstall": "grunt install"