Update dev dependencies to latest versions

This commit is contained in:
evilaliv3 2016-01-22 18:17:39 +01:00
parent 024dddbd91
commit 6d12e3142d

View File

@ -32,7 +32,7 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"browserify": "~12.0", "browserify": "~13.0",
"chai": "~3.4.1", "chai": "~3.4.1",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"grunt": "~0.4.5", "grunt": "~0.4.5",
@ -40,23 +40,23 @@
"grunt-contrib-clean": "~0.7.0", "grunt-contrib-clean": "~0.7.0",
"grunt-contrib-connect": "~0.11.2", "grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0", "grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "*", "grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "~0.11.0", "grunt-contrib-uglify": "~0.11.0",
"grunt-jsbeautifier": "~0.2.10", "grunt-jsbeautifier": "~0.2.10",
"grunt-jsdoc": "*", "grunt-jsdoc": "~1.1.0",
"grunt-mocha-istanbul": "^3.0.1", "grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "~0.12.7", "grunt-mocha-test": "~0.12.7",
"grunt-saucelabs": "8.6.2", "grunt-saucelabs": "8.6.2",
"grunt-text-replace": "~0.4.0", "grunt-text-replace": "~0.4.0",
"istanbul": "^0.4.1", "istanbul": "~0.4.1",
"mocha": "~2.3.4", "mocha": "~2.3.4",
"node-fetch": "^1.3.3", "node-fetch": "^1.3.3",
"whatwg-fetch": "^0.10.1" "whatwg-fetch": "~0.11.0"
}, },
"dependencies": { "dependencies": {
"es6-promise": "^3.0.2", "es6-promise": "~3.0.2",
"node-localstorage": "~1.1.2", "node-localstorage": "~1.1.2",
"zlibjs": "^0.2.0" "zlibjs": "~0.2.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",