## Current Behavior The Angular ESLint packages are installed with a v20 beta version. ## Expected Behavior The Angular ESLint packages should be installed with the stable v20 version.
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "21.2.0-angular-eslint-package-updates",
|
|
"version": "21.2.0-beta.3",
|
|
"requires": {
|
|
"@angular/core": ">= 20.0.0 < 21.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
},
|
|
"packages": {
|
|
"angular-eslint": { "version": "^20.0.0", "alwaysAddToPackageJson": false }
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/angular",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|