When starting a project using a Yeoman generator, say, generator-gulp-webapp
, you get a package.json
file with all the dependencies.
Is it recommended to update all or any of these dependencies (ex: gulp-useref
, gulp-ruby-sass
, gulp-bower-files
, etc)? What are the implications of doing or not doing so?