mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:03:11 +02:00
git-subtree-dir: Programming/BD2 git-subtree-mainline:4b5b8e44e8git-subtree-split:ec90ad34d5
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "19.1.0-beta.6",
|
|
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
|
|
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
|
|
"package": "@nx/eslint-plugin",
|
|
"name": "update-19-1-0-rename-no-extra-semi"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "19.1.0-beta.2",
|
|
"requires": {
|
|
"@angular/core": ">=18.0.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~18.0.0.",
|
|
"factory": "./src/migrations/update-19-1-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-18-0-0"
|
|
},
|
|
{
|
|
"version": "18.0.0",
|
|
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
|
|
"factory": "./migrations/invalid-two-way-bindings/bundle",
|
|
"package": "@angular/core",
|
|
"name": "invalid-two-way-bindings"
|
|
},
|
|
{
|
|
"version": "18.0.0",
|
|
"description": "Replace deprecated HTTP related modules with provider functions",
|
|
"factory": "./migrations/http-providers/bundle",
|
|
"package": "@angular/core",
|
|
"name": "migration-http-providers"
|
|
}
|
|
]
|
|
} |