-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate to the latest version of nx and angular
- Loading branch information
1 parent
f10c8a4
commit 56ee53a
Showing
3 changed files
with
6,327 additions
and
3,764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "19.5.0-beta.1", | ||
"requires": { "@angular/core": ">=18.1.0" }, | ||
"description": "Update the @angular/cli package version to ~18.1.0.", | ||
"factory": "./src/migrations/update-19-5-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-18-1-0" | ||
}, | ||
{ | ||
"version": "18.1.0", | ||
"description": "Updates calls to afterRender with an explicit phase to the new API", | ||
"factory": "./migrations/after-render-phase/bundle", | ||
"package": "@angular/core", | ||
"name": "migration-after-render-phase" | ||
} | ||
] | ||
} |
Oops, something went wrong.