Skip to content

Commit

Permalink
chore: migrate to the latest version of nx and angular
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoslig committed Aug 6, 2024
1 parent f10c8a4 commit 56ee53a
Show file tree
Hide file tree
Showing 3 changed files with 6,327 additions and 3,764 deletions.
20 changes: 20 additions & 0 deletions migrations.json
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"
}
]
}
Loading

0 comments on commit 56ee53a

Please sign in to comment.