Skip to content

Commit be5c3a1

Browse files
committed
fix: updated to latest supported versions
1 parent e52fad3 commit be5c3a1

File tree

4 files changed

+22854
-51
lines changed

4 files changed

+22854
-51
lines changed

bun.lockb

-569 KB
Binary file not shown.

migrations.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,30 @@
22
"migrations": [
33
{
44
"cli": "nx",
5-
"version": "19.2.0-beta.2",
6-
"description": "Updates the default workspace data directory to .nx/workspace-data",
7-
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
5+
"version": "19.2.2-beta.0",
6+
"description": "Updates the nx wrapper.",
7+
"implementation": "./src/migrations/update-17-3-0/update-nxw",
88
"package": "nx",
9-
"name": "19-2-0-move-graph-cache-directory"
9+
"name": "19-2-2-update-nx-wrapper"
10+
},
11+
{
12+
"version": "19.2.4-beta.0",
13+
"description": "Set project name in nx.json explicitly",
14+
"implementation": "./src/migrations/update-19-2-4/set-project-name",
15+
"x-repair-skip": true,
16+
"package": "nx",
17+
"name": "19-2-4-set-project-name"
18+
},
19+
{
20+
"cli": "nx",
21+
"version": "19.2.1-beta.0",
22+
"requires": {
23+
"@angular-eslint/eslint-plugin": ">=18.0.0"
24+
},
25+
"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.",
26+
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
27+
"package": "@nx/angular",
28+
"name": "add-typescript-eslint-utils"
1029
}
1130
]
1231
}

0 commit comments

Comments
 (0)