I have angular CLI 7.3.0. According to the release description here, This release also involved releasing @angular-devkit/build-angular 0.13.0
.
As you can see in my screenshot below, I have @angular-devkit/build-angular, @angular-devkit/architect, @angular-devkit/build-optimizer, @angular-devkit/build-webpack all at version 0.10.2.
I then do an ng update
, and the CLI tells me that everything is in order. Why? Shouldn't it tell me that I need to update all of the previously mentioned packages to 0.13.0?
Or better yet, shouldn't those packages automatically update when I do an ng update @angular/cli
? That is the command I did to update to CLI 7.3.0, and the @angular-devkit packages did not update