We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937c7b8 commit f8375c1Copy full SHA for f8375c1
package.json
@@ -136,12 +136,16 @@
136
"@swc/cli": {
137
"chokidar": "^4.0.0"
138
},
139
- "@angular-devkit/build-angular": "^20.1.0",
140
"@angular-devkit/core": "^20.1.0",
141
"@angular-devkit/schematics": "^20.1.0",
142
"@angular/compiler-cli": "^20.1.0",
143
"@angular/core": "^20.1.0",
144
- "@angular/platform-browser-dynamic": "^20.1.0"
+ "@angular/platform-browser-dynamic": "^20.1.0",
+ "@angular-devkit/build-angular": {
145
+ ".": "^20.1.0",
146
+ "jest": "^30.0.5",
147
+ "jest-environment-jsdom": "^30.0.5"
148
+ }
149
150
"nx": {
151
"includedScripts": []
0 commit comments