Skip to content

Commit dd3eb33

Browse files
clydinfilipesilva
authored andcommitted
fix(@schematics/angular): pin karma-jasmine-html-reporter to patches in new projects
Synchronizes the version pinning strategy with the other karma and jasmine project dependencies. Allows project's created with npm 7+ to successfully install. `[email protected]` requires dependency versions not present in a new 11.2.x project. Fixes #20719
1 parent 61ec3b8 commit dd3eb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"karma-chrome-launcher": "~3.1.0",
3535
"karma-coverage": "~2.0.3",
3636
"karma-jasmine": "~4.0.0",
37-
"karma-jasmine-html-reporter": "^1.5.0",
37+
"karma-jasmine-html-reporter": "~1.5.0",
3838
"protractor": "~7.0.0",
3939
"ts-node": "~8.3.0",
4040
"tslint": "~6.1.0",<% } %>

0 commit comments

Comments
 (0)