mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
715 B
22 lines
715 B
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "20.4.0-beta.1",
|
|
"requires": { "@angular/core": ">=19.1.0" },
|
|
"description": "Update the @angular/cli package version to ~19.1.0.",
|
|
"factory": "./src/migrations/update-20-4-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-19-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "20.5.0-beta.5",
|
|
"requires": { "@angular/core": ">=19.2.0" },
|
|
"description": "Update the @angular/cli package version to ~19.2.0.",
|
|
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-19-2-0"
|
|
}
|
|
]
|
|
}
|
|
|