Skip to content

Commit

Permalink
chore(deps): migrate nx to 16.8.1 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Sep 11, 2023
1 parent 437daed commit 33c9f5b
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 457 deletions.
20 changes: 12 additions & 8 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"migrations": [
{
"cli": "nx",
"version": "16.7.0-beta.6",
"requires": {
"@angular/core": ">=16.2.0"
},
"description": "Update the @angular/cli package version to ~16.2.0.",
"factory": "./src/migrations/update-16-7-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-16-2-0"
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"package": "nx",
"name": "16.8.0-escape-dollar-sign-env"
},
{
"version": "16.8.0",
"description": "update-16-8-0-add-ignored-files",
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
"package": "@nx/linter",
"name": "update-16-8-0-add-ignored-files"
}
]
}
Loading

0 comments on commit 33c9f5b

Please sign in to comment.