Skip to content

Commit

Permalink
fix: update nx to 19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 22, 2024
1 parent f2d7a1a commit 55f8b6c
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 234 deletions.
27 changes: 5 additions & 22 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
{
"migrations": [
{
"cli": "nx",
"version": "19.2.0-beta.2",
"description": "Updates the default workspace data directory to .nx/workspace-data",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-0-move-graph-cache-directory"
},
{
"cli": "nx",
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"cli": "nx",
"version": "19.2.1-beta.0",
"requires": { "@angular-eslint/eslint-plugin": ">=18.0.0" },
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.",
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
"package": "@nx/angular",
"name": "add-typescript-eslint-utils"
"name": "19-2-4-set-project-name"
}
]
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@angular/compiler-cli": "18.0.7",
"@angular/language-service": "18.0.7",
"@faker-js/faker": "9.2.0",
"@nx/angular": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/node": "19.2.3",
"@nx/web": "19.2.3",
"@nx/workspace": "19.2.3",
"@nx/angular": "19.3.2",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/node": "19.3.2",
"@nx/web": "19.3.2",
"@nx/workspace": "19.3.2",
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "18.19.64",
Expand Down
Loading

0 comments on commit 55f8b6c

Please sign in to comment.