16 lines
1023 B
JSON
16 lines
1023 B
JSON
{
|
|
"name": "update-angular-cli-version-20-0-0-rc-3",
|
|
"cli": "nx",
|
|
"version": "21.2.0-beta.0",
|
|
"requires": { "@angular/core": ">=20.0.0-rc.2" },
|
|
"description": "Update the @angular/cli package version to 20.0.0-rc.3.",
|
|
"factory": "./src/migrations/update-21-2-0/update-angular-cli",
|
|
"implementation": "/packages/angular/src/migrations/update-21-2-0/update-angular-cli.ts",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/packages/angular",
|
|
"schema": null,
|
|
"type": "migration",
|
|
"examplesFile": "#### Sample Code Changes\n\nUpdate the `@angular/cli` package version in the `package.json` file at the workspace root to **~20.0.0**.\n\n{% tabs %}\n{% tab label=\"Before\" %}\n\n```json {% fileName=\"package.json\" %}\n{\n \"devDependencies\": {\n \"@angular/cli\": \"~19.2.0\"\n }\n}\n```\n\n{% /tab %}\n{% tab label=\"After\" %}\n\n```json {% highlightLines=[3] fileName=\"package.json\" %}\n{\n \"devDependencies\": {\n \"@angular/cli\": \"~20.0.0\"\n }\n}\n```\n\n{% /tab %}\n\n{% /tabs %}\n"
|
|
}
|