devDeps update

This commit is contained in:
Vitaly Puzrin 2017-07-20 16:33:35 +03:00
parent 374b277da9
commit 0d903c1a2e

View file

@ -25,20 +25,20 @@
"license": "(MIT AND Zlib)", "license": "(MIT AND Zlib)",
"repository": "nodeca/pako", "repository": "nodeca/pako",
"devDependencies": { "devDependencies": {
"ansi": "*", "ansi": "^0.3.1",
"benchmark": "*", "benchmark": "^2.1.4",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"browserify": "*", "browserify": "^14.4.0",
"eslint": "^3.12.2", "eslint": "^3.12.2",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-cli": "^1.2.0", "grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2", "grunt-contrib-connect": "^1.0.2",
"grunt-saucelabs": "^9.0.0", "grunt-saucelabs": "^9.0.0",
"istanbul": "*", "istanbul": "^0.4.5",
"mocha": "^3.2.0", "mocha": "^3.2.0",
"multiparty": "^4.1.3", "multiparty": "^4.1.3",
"ndoc": "*", "ndoc": "^5.0.1",
"uglify-js": "*", "uglify-js": "^3.0.25",
"zlibjs": "^0.2.0" "zlibjs": "^0.3.1"
} }
} }