Skip to content

Commit

Permalink
build(deps): upgrade @angular-eslint/*
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliibendyk committed Dec 9, 2024
1 parent de2580a commit df63688
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 17 deletions.
224 changes: 214 additions & 10 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
},
"dependencies": {
"@shiftcode/eslint-plugin-rules": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-unused-imports": "^4.1.3",
"typescript-eslint": "8.13.0"
},
"peerDependencies": {
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/schematics": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0"
"@angular-eslint/builder": "^19.0.0",
"@angular-eslint/eslint-plugin": "^19.0.0",
"@angular-eslint/eslint-plugin-template": "^19.0.0",
"@angular-eslint/schematics": "^19.0.0",
"@angular-eslint/template-parser": "^19.0.0"
},
"peerDependenciesMeta": {
"@angular-eslint/builder": {
Expand Down

0 comments on commit df63688

Please sign in to comment.