I want to upgrade my angular app from 6.1 to 8.0. My setup has lerna and yarn workspace. I want to upgrade each package in the repo. When I follow the update instruction on https://update.angular.io/ I doesn't update the sub packages . I tried to search about this problem but I haven't found a solution.
I run "ng update @angular/core @angular/cli" but I just managed to update the main package.json packages but when I check the sub packages they are still on angular 6.1. I have also tried this https://www.npmjs.com/package/lerna-update-wizard to update but it still fail.
If anyone has this situation before I would appreciate the help. Thanks