Skip to content

Commit ffd04c7

Browse files
committed
fix(@angular-devkit/build-angular): add update package group for codelyzer
This change ensures that codelyzer will be updated (if present) to a compatible version when build-angular is updated. This should help reduce the frequency of update errors related to peer dependency mismatches. (cherry picked from commit 91bb4b8)
1 parent b4e32db commit ffd04c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,10 @@
102102
"tslint": {
103103
"optional": true
104104
}
105+
},
106+
"ng-update": {
107+
"packageGroup": {
108+
"codelyzer": "^6.0.0"
109+
}
105110
}
106111
}

0 commit comments

Comments
 (0)