Is there a standard way to update ionic 4 to the latest stabe?

My project is on @ionic/angular 4.1.1 and I would like to update it to the lastest stable release because there are some bugs that are fixed there.

What I usually do is create a new clean project and copy the dependencies to my project but that is tedious and probably dumb.

Is there a way to update a project to the lastest ionic version automatically?