Skip to content

Commit 2f958a5

Browse files
committed
Upgrade NX to 21.1.x
1 parent b03394c commit 2f958a5

File tree

4 files changed

+186
-233
lines changed

4 files changed

+186
-233
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,5 @@ docs/docs/public/c-reference
120120

121121
# TypeScript
122122
*.tsbuildinfo
123+
.cursor/rules/nx-rules.mdc
124+
.github/instructions/nx.instructions.md

nx.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
},
3434
"release": {
3535
"version": {
36-
"generatorOptions": {
37-
"preid": "pre"
38-
}
36+
"preserveLocalDependencyProtocols": false
3937
},
4038
"changelog": {
4139
"projectChangelogs": {
@@ -50,8 +48,5 @@
5048
"file": false
5149
}
5250
}
53-
},
54-
"affected": {
55-
"defaultBase": "main"
5651
}
5752
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"devDependencies": {
1313
"@jothepro/doxygen-awesome-css": "https://github.com/jothepro/doxygen-awesome-css#v2.3.4",
14-
"@nx/js": "20.5.0",
15-
"@nx/node": "^20.5.0",
16-
"@nx/web": "20.5.0",
14+
"@nx/js": "21.1.2",
15+
"@nx/node": "21.1.2",
16+
"@nx/web": "21.1.2",
1717
"@rollup/plugin-json": "^6.1.0",
1818
"@rollup/plugin-node-resolve": "^16.0.1",
1919
"@rollup/plugin-typescript": "^12.1.2",
2020
"@vitest/ui": "^3.1.4",
2121
"concurrently": "^9.1.2",
22-
"nx": "20.5.0",
22+
"nx": "21.1.2",
2323
"prettier": "3.5.3",
2424
"rimraf": "^6.0.1",
2525
"rollup": "^4.35.0",

0 commit comments

Comments
 (0)