diff --git a/package.json b/package.json index 3538be3..f5a878d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sphere-products-availability-sync", "description": "Sync product variants availability to an extra field (in order to be searchable)", - "version": "0.3.1", + "version": "0.3.2", "homepage": "https://github.com/sphereio/sphere-products-availability-sync", "private": false, "author": { @@ -27,27 +27,27 @@ "test": "grunt coverage" }, "dependencies": { - "bluebird": "2.3.x", + "bluebird": "2.9.33", "lynx": "0.2.0", "optimist": "0.6.1", - "sphere-node-sdk": "1.0.0-rc1", - "sphere-node-utils": "0.5.2", - "underscore": "1.7.0", + "sphere-node-sdk": "1.4.0", + "sphere-node-utils": "0.7.0", + "underscore": "1.8.3", "underscore-mixins": "*" }, "devDependencies": { "coveralls": "2.10.0", - "grunt": "0.4.4", + "grunt": "0.4.5", "grunt-bump": "0.0.13", "grunt-coffeelint": "0.0.8", "grunt-contrib-clean": "0.5.0", - "grunt-contrib-coffee": "0.10.1", - "grunt-contrib-concat": "0.4.0", + "grunt-contrib-coffee": "0.13.0", + "grunt-contrib-concat": "0.5.1", "grunt-contrib-watch": "0.6.1", "grunt-shell": "0.6.4", "istanbul": "0.2.7", - "jasmine-node": "1.13.1", - "sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master", + "jasmine-node": "1.14.5", + "sphere-coffeelint": "sphereio/sphere-coffeelint#master", "statsd": "0.7.x" } }