From 94e82411f7def5b3f79df43eb0279142cea19f1e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 15 Apr 2013 18:11:38 +0200 Subject: fix unittest breakage errors in firefox and phantomjs, bump build tools --- js/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'js/package.json') diff --git a/js/package.json b/js/package.json index 9a1cf930a..7ec04f33f 100644 --- a/js/package.json +++ b/js/package.json @@ -16,16 +16,16 @@ "contributors": [], "dependencies": {}, "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~0.4", "grunt-cli": "~0.1.6", "coffee-script": "~1.6", - "grunt-contrib-concat": "~0.1.2", - "grunt-contrib-watch": "~0.2.0", + "grunt-contrib-concat": "~0.1", + "grunt-contrib-watch": "~0.2", "grunt-coffeelint": "0.0.6", - "gruntacular": "~0.1.1", - "grunt-wrap": "~0.2.0", - "phantomjs": "~1.8.1-3", - "grunt-phpunit": "0.2.0" + "gruntacular": "~0.3", + "grunt-wrap": "~0.2", + "phantomjs": "~1.9", + "grunt-phpunit": "0.2" }, "engine": "node >= 0.8" } -- cgit v1.2.3