Skip to content

Commit

Permalink
chore: [nx migration] changes (onecx#230)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tkit-dev and github-actions[bot] authored Aug 21, 2024
1 parent 877f7b1 commit 329624a
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 168 deletions.
17 changes: 4 additions & 13 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
"migrations": [
{
"cli": "nx",
"version": "19.6.0-beta.4",
"description": "Ensure Module Federation DTS is turned off by default.",
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default",
"version": "19.6.1-beta.0",
"description": "Ensure Target Defaults are set correctly for Module Federation.",
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf",
"package": "@nx/angular",
"name": "update-19-6-0"
},
{
"cli": "nx",
"version": "19.6.0-beta.7",
"requires": { "@angular/core": ">=18.2.0" },
"description": "Update the @angular/cli package version to ~18.2.0.",
"factory": "./src/migrations/update-19-6-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-18-2-0"
"name": "update-19-6-1-ensure-module-federation-target-defaults"
}
]
}
Loading

0 comments on commit 329624a

Please sign in to comment.