31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"schematics": {
|
|
"add-postinstall": {
|
|
"version": "0.0.0",
|
|
"description": "Adds postinstall to run ngcc",
|
|
"factory": "./src/migrations/update-9-0-0/add-postinstall",
|
|
"hidden": true
|
|
},
|
|
"upgrade-ngrx-8-0": {
|
|
"version": "8.3.0-beta.1",
|
|
"description": "Upgrades NgRx dependencies to version 8, and runs migrations for breaking changes",
|
|
"factory": "./src/migrations/update-8-3-0/upgrade-ngrx-8-0"
|
|
},
|
|
"upgrade-cli-8-3": {
|
|
"version": "8.5.0-beta.1",
|
|
"description": "Upgrades Angular CLI to 8.3.0 and NgRx dependencies to version 8.2",
|
|
"factory": "./src/migrations/update-8-5-0/upgrade-cli-8-3"
|
|
},
|
|
"change-angular-lib-builder": {
|
|
"version": "8.12.0-beta.1",
|
|
"description": "Changes Angular library builder to @nrwl/angular:package",
|
|
"factory": "./src/migrations/update-8-12-0/change-angular-lib-builder"
|
|
},
|
|
"update-9-0-0": {
|
|
"version": "9.0.0-beta.1",
|
|
"description": "Upgrades Angular and Angular CLI to 9.0.0",
|
|
"factory": "./src/migrations/update-9-0-0/update-9-0-0"
|
|
}
|
|
}
|
|
}
|