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)",
"repository": "nodeca/pako",
"devDependencies": {
"ansi": "*",
"benchmark": "*",
"ansi": "^0.3.1",
"benchmark": "^2.1.4",
"bluebird": "^3.5.0",
"browserify": "*",
"browserify": "^14.4.0",
"eslint": "^3.12.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-saucelabs": "^9.0.0",
"istanbul": "*",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"multiparty": "^4.1.3",
"ndoc": "*",
"uglify-js": "*",
"zlibjs": "^0.2.0"
"ndoc": "^5.0.1",
"uglify-js": "^3.0.25",
"zlibjs": "^0.3.1"
}
}