From c264a33c45e65d05fca4a627677325eaff984d06 Mon Sep 17 00:00:00 2001 From: Martin Zagora Date: Tue, 13 Dec 2016 09:57:08 +1100 Subject: [PATCH] update config.json --- src/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config.json b/src/config.json index acd33ccc76a..e52a30c5591 100644 --- a/src/config.json +++ b/src/config.json @@ -36,7 +36,7 @@ "SHA": "" }, "devDependencies": { - "glob": "7.0.6", + "glob": "7.1.1", "grunt": "0.4.5", "jasmine-node": "1.11.0", "grunt-jasmine-node": "0.1.0", @@ -59,9 +59,10 @@ "grunt-usemin": "0.1.11", "load-grunt-tasks": "3.5.0", "q": "1.4.1", - "semver": "^4.1.0", + "rewire": "1.1.2", "xmldoc": "^0.1.2", - "grunt-cleanempty": "1.0.3" + "grunt-cleanempty": "1.0.3", + "webpack": "1.13.3" }, "scripts": { "postinstall": "grunt install",