The dependencies defined in package package.json are getting old.
For example: I was hunting down the issue in a project using the boilerplate. The issue was related to gulp-inject usage, and I finally noticed the boilerplate comes with version 0.4.1 whereas 1.0.2 is current (and comes with functionality I was expecting to have based on project documentation)
The dependencies defined in package
package.json
are getting old.For example: I was hunting down the issue in a project using the boilerplate. The issue was related to
gulp-inject
usage, and I finally noticed the boilerplate comes with version 0.4.1 whereas 1.0.2 is current (and comes with functionality I was expecting to have based on project documentation)Thus, dependencies should be updated.