From 4686e10e92c976dbba075b04d8e7a3ffb76ae648 Mon Sep 17 00:00:00 2001 From: Dominic Chambers Date: Tue, 14 Oct 2014 08:24:37 +0100 Subject: [PATCH] Updated all grunt dependencies to see if this fixes the builds on Travis, plus ensured all dependencies were against fixed versions, since we're not trying to run a continuous integration test against our upstream dependencies. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 79ea557..e21193d 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ ], "dependencies" : {}, "devDependencies": { - "jasmine-node": "1.14.x", - "grunt": "0.4.x", - "grunt-cli": "0.1.x", - "grunt-saucelabs": "8.3.x", - "grunt-contrib-connect": "~0.1.2", - "grunt-contrib-watch": "~0.2.0" + "jasmine-node": "1.14.5", + "grunt": "0.4.5", + "grunt-cli": "0.1.13", + "grunt-saucelabs": "8.3.2", + "grunt-contrib-connect": "0.8.0", + "grunt-contrib-watch": "0.6.1" }, "scripts": { "test": "jasmine-node --verbose spec",