We are migrating couple of years old project to latest one. Package.JSON refers to older version of packages.
"@angular/animations": "^4.4.3",
"@angular/cdk": "^2.0.0-beta.10",
"@angular/common": "^4.0.0"
Is there any mechanism we can put @latest
to each version and then execute NPM Update?
"@angular/animations": "@latest",
"@angular/cdk": "@latest",
"@angular/common": "@latest",