Skip to content

Commit

Permalink
fix(@schematics/angular): update codelyzer for new projects
Browse files Browse the repository at this point in the history
[email protected] adds support for Angular 7.0 and removes peer dep warnings on new project install.
  • Loading branch information
clydin authored and alexeagle committed Oct 18, 2018
1 parent 387d64c commit 16f1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "~8.9.4",
<% if (!minimal) { %>"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "~4.3.0",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
Expand Down

0 comments on commit 16f1834

Please sign in to comment.