Now that Angular is following a Semantic Versioning, and Angular2.4.3 were released, I\'m a little confused here on what is the best practice when I upgrade to the next Angular
I suggest you install npm-check-updates library. This will let you find the latest version of dependencies, which you use.
Follow the steps:
To install
npm i -g npm-check-updates
To update your package.json:
npm-check-updates -u
To install latest versions your dependencies
npm install