Skip to content

Commit 4b6ecbf

Browse files
clydinalexeagle
authored andcommitted
fix(@schematics/angular): update codelyzer for new projects
[email protected] adds support for Angular 7.0 and removes peer dep warnings on new project install.
1 parent e5f32ef commit 4b6ecbf

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
@@ -31,7 +31,7 @@
3131
"@types/node": "~8.9.4",
3232
<% if (!minimal) { %>"@types/jasmine": "~2.8.8",
3333
"@types/jasminewd2": "~2.0.3",
34-
"codelyzer": "~4.3.0",
34+
"codelyzer": "~4.5.0",
3535
"jasmine-core": "~2.99.1",
3636
"jasmine-spec-reporter": "~4.2.1",
3737
"karma": "~3.0.0",

0 commit comments

Comments
 (0)