diff --git a/package.json b/package.json index 12d8dbd..3873edd 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,16 @@ "description": "PHP Codeception plugin for Gulp", "main": "index.js", "dependencies": { - "map-stream": "0.0.4", - "gulp-util": "~2.2.14" + "map-stream": "0.0.6", + "gulp-util": "~3.0.7" }, "devDependencies": { - "jshint": "~2.4.4", - "mocha": "~1.17.1", - "should": "~3.1.2", - "gulp-shell": "^0.2.4", + "jshint": "~2.9.3", + "mocha": "~3.0.2", + "should": "~11.1.0", + "gulp-shell": "^0.5.2", "gulp": "^3.5.5", - "gulp-notify": "^1.0.0-beta" + "gulp-notify": "^2.2.0" }, "scripts": { "test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"