From 82c7a5b01dbba93e2e112a600152d4735b7ac852 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Thu, 8 Sep 2016 17:26:10 -0400 Subject: [PATCH] (GH1850) trying to make TravisCI build pass --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3b970eaa2..b692699b8 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "eslint": "^3.3.1", "eslint-config-airbnb-es5": "^1.0.9", "eslint-plugin-requirejs": "^2.0.1", - "grunt": "^0.4.5", + "grunt": "^1.0.1", "grunt-banner": "0.6.0", - "grunt-blanket-qunit": "0.2.0", + "grunt-blanket-qunit": "^0.2.0", "grunt-browserify": "5.0.0", "grunt-bump": "0.8.0", "grunt-cli": "1.1.0", @@ -32,13 +32,13 @@ "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-less": "1.2.0", - "grunt-contrib-qunit": "0.5.2", + "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", "grunt-html": "5.0.1", "grunt-jsbeautifier": "0.2.13", "grunt-prompt": "1.3.3", - "grunt-saucelabs": "8.6.2", + "grunt-saucelabs": "^9.0.0", "grunt-shell": "1.3.1", "grunt-text-replace": "0.4.0", "grunt-umd": "2.3.6",