Skip to content

Commit f8375c1

Browse files
author
Alain Sollberger
committed
fix(nx-upgrade): upgraded nx to avoid stylus lib issue
1 parent 937c7b8 commit f8375c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,16 @@
136136
"@swc/cli": {
137137
"chokidar": "^4.0.0"
138138
},
139-
"@angular-devkit/build-angular": "^20.1.0",
140139
"@angular-devkit/core": "^20.1.0",
141140
"@angular-devkit/schematics": "^20.1.0",
142141
"@angular/compiler-cli": "^20.1.0",
143142
"@angular/core": "^20.1.0",
144-
"@angular/platform-browser-dynamic": "^20.1.0"
143+
"@angular/platform-browser-dynamic": "^20.1.0",
144+
"@angular-devkit/build-angular": {
145+
".": "^20.1.0",
146+
"jest": "^30.0.5",
147+
"jest-environment-jsdom": "^30.0.5"
148+
}
145149
},
146150
"nx": {
147151
"includedScripts": []

0 commit comments

Comments
 (0)