From aa0ebad86b13be721fe00f65fa29f9d4fb216ed7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sat, 23 Apr 2016 19:25:47 +0200 Subject: [PATCH] Build: Update dependencies (except jsdom) --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 8740e3385..3d2421c0e 100644 --- a/package.json +++ b/package.json @@ -25,36 +25,36 @@ "license": "MIT", "dependencies": {}, "devDependencies": { - "babel-preset-es2015": "6.3.13", - "commitplease": "2.3.0", - "core-js": "2.0.3", - "cross-spawn": "2.1.5", - "grunt": "0.4.5", + "babel-preset-es2015": "6.6.0", + "commitplease": "2.3.1", + "core-js": "2.2.2", + "cross-spawn": "2.2.3", + "grunt": "1.0.1", "grunt-babel": "6.0.0", - "grunt-cli": "0.1.13", + "grunt-cli": "1.2.0", "grunt-compare-size": "0.4.0", "grunt-contrib-jshint": "1.0.0", - "grunt-contrib-uglify": "0.11.0", - "grunt-contrib-watch": "0.6.1", - "grunt-git-authors": "3.1.0", + "grunt-contrib-uglify": "1.0.1", + "grunt-contrib-watch": "1.0.0", + "grunt-git-authors": "3.2.0", "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", - "grunt-newer": "1.1.1", + "grunt-newer": "1.2.0", "grunt-npmcopy": "0.1.0", "gzip-js": "0.3.2", - "husky": "0.11.3", - "insight": "0.7.0", + "husky": "0.11.4", + "insight": "0.8.1", "jsdom": "5.6.1", - "load-grunt-tasks": "3.4.0", + "load-grunt-tasks": "3.5.0", "native-promise-only": "0.8.1", "promises-aplus-tests": "2.1.1", "q": "1.4.1", "qunit-assert-step": "1.0.3", - "qunitjs": "1.20.0", - "requirejs": "2.1.22", + "qunitjs": "1.23.1", + "requirejs": "2.2.0", "sinon": "1.17.3", "sizzle": "2.3.0", - "strip-json-comments": "2.0.0", + "strip-json-comments": "2.0.1", "testswarm": "1.1.0" }, "scripts": { -- 2.39.5