Skip to content

Commit dc38cc1

Browse files
Merge pull request #51 from shiftcode/#50-upgrade-angular-20
Add support for @angular-eslint/*@20
2 parents de3511b + e51591f commit dc38cc1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config-recommended/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/eslint-config-recommended",
3-
"version": "4.0.0",
3+
"version": "5.0.0-pr50.2",
44
"description": "default shiftcode config for eslint",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",
@@ -45,11 +45,11 @@
4545
"eslint-plugin-unused-imports": "^4.1.4"
4646
},
4747
"peerDependencies": {
48-
"@angular-eslint/builder": "^19.0.0",
49-
"@angular-eslint/eslint-plugin": "^19.0.0",
50-
"@angular-eslint/eslint-plugin-template": "^19.0.0",
51-
"@angular-eslint/schematics": "^19.0.0",
52-
"@angular-eslint/template-parser": "^19.0.0"
48+
"@angular-eslint/builder": "^20.0.0",
49+
"@angular-eslint/eslint-plugin": "^20.0.0",
50+
"@angular-eslint/eslint-plugin-template": "^20.0.0",
51+
"@angular-eslint/schematics": "^20.0.0",
52+
"@angular-eslint/template-parser": "^20.0.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@angular-eslint/builder": {

0 commit comments

Comments
 (0)