From 43b3c8c2ada06ffe1d16040edf8b574cf0c0e253 Mon Sep 17 00:00:00 2001 From: VodkaBears Date: Mon, 12 Oct 2015 03:10:52 +0300 Subject: [PATCH] Update dependencies --- bower.json | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 89e5b87..922569d 100644 --- a/bower.json +++ b/bower.json @@ -42,7 +42,7 @@ "jquery": "*" }, "devDependencies": { - "qunit": "^1.18.0", + "qunit": "^1.19.0", "jquery": "jquery#^1.11.3", "jquery2": "jquery#^2.1.4", "zepto": "^1.1.6" diff --git a/package.json b/package.json index 2110c5d..69acedb 100644 --- a/package.json +++ b/package.json @@ -38,20 +38,20 @@ "jquery": "*" }, "devDependencies": { - "bower": "^1.4.1", + "bower": "^1.5.3", "grunt": "^0.4.5", "grunt-autoprefixer": "^3.0.3", "grunt-browser-sync": "^2.1.3", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.1", - "grunt-contrib-connect": "^0.10.1", - "grunt-contrib-jshint": "^0.11.2", + "grunt-contrib-connect": "^0.11.2", + "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-qunit": "^0.7.0", - "grunt-contrib-uglify": "^0.9.1", + "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "grunt-csscomb": "3.0.0", "grunt-githooks": "^0.3.1", - "grunt-jscs": "^1.8.0" + "grunt-jscs": "^2.1.0" }, "scripts": { "start": "npm install && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt githooks",