mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
BREAKING CHANGE: `--all` option from `ng update` has been removed without replacement. To update packages which don’t provide `ng update` capabilities in your workspace `package.json` use `npm update`, `yarn upgrade-interactive` or `yarn upgrade` instead.