Does the ionic Cli has a command for update ionic?

Ionic 4.0.1 is out. I have not yet seen what has changed in the psckagr.json. If more than one dependency is updated is there a Cli command that updates it or should I edit manually the package json?

Running $ npm update should work just fine.

Thanks, I will do it in this way.