Skip to content

Commit

Permalink
Add missing @angular-eslint/utils dependency. Update all @angular-eslint
Browse files Browse the repository at this point in the history
 deps to use caret versioning
  • Loading branch information
tdonohue committed Oct 16, 2024
1 parent 696ce32 commit 479e1be
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 40 deletions.
152 changes: 118 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,13 @@
"devDependencies": {
"@angular-builders/custom-webpack": "~17.0.2",
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "17.5.3",
"@angular-eslint/bundled-angular-compiler": "17.5.3",
"@angular-eslint/eslint-plugin": "17.5.3",
"@angular-eslint/eslint-plugin-template": "17.5.3",
"@angular-eslint/schematics": "17.5.3",
"@angular-eslint/template-parser": "17.5.3",
"@angular-eslint/builder": "^17.5.3",
"@angular-eslint/bundled-angular-compiler": "^17.5.3",
"@angular-eslint/eslint-plugin": "^17.5.3",
"@angular-eslint/eslint-plugin-template": "^17.5.3",
"@angular-eslint/schematics": "^17.5.3",
"@angular-eslint/template-parser": "^17.5.3",
"@angular-eslint/utils": "^17.5.3",
"@angular/cli": "^17.3.10",
"@angular/compiler-cli": "^17.3.11",
"@angular/language-service": "^17.3.12",
Expand Down

0 comments on commit 479e1be

Please sign in to comment.