Skip to content

Commit 16f1834

Browse files
clydinalexeagle
authored andcommitted
fix(@schematics/angular): update codelyzer for new projects
codelyzer@4.5.0 adds support for Angular 7.0 and removes peer dep warnings on new project install.
1 parent 387d64c commit 16f1834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "~8.9.4",
3131
<% if (!minimal) { %>"@types/jasmine": "~2.8.8",
3232
"@types/jasminewd2": "~2.0.3",
33-
"codelyzer": "~4.3.0",
33+
"codelyzer": "~4.5.0",
3434
"jasmine-core": "~2.99.1",
3535
"jasmine-spec-reporter": "~4.2.1",
3636
"karma": "~3.0.0",

0 commit comments

Comments
 (0)