Update benchmark deps, allow node-images to fail

This commit is contained in:
Lovell Fuller
2017-07-14 13:18:13 +01:00
parent d6051dd714
commit d25d761b55
2 changed files with 24 additions and 15 deletions

View File

@@ -8,14 +8,14 @@
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"async": "^2.1.4",
"benchmark": "^2.1.2",
"async": "^2.5.0",
"benchmark": "^2.1.4",
"gm": "^1.23.0",
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.9.3",
"images": "^3.0.0",
"jimp": "^0.2.27",
"mapnik": "^3.6.0",
"jimp": "^0.2.28",
"mapnik": "^3.6.2",
"pajk-lwip": "^0.2.0",
"semver": "^5.3.0"
},