Skip to content

Commit 89c2222

Browse files
committed
fix: update version compatibility and peer dependencies in README and package.json
1 parent 2271238 commit 89c2222

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A unified Angular CLI builder for linting Angular projects with [ESLint](https:/
1010

1111
## Version Compatibility
1212

13-
- **< 2.0.0**: Supports Angular **v9 – v16** and **Stylelint ≤ 15**
14-
- **>= 2.0.0**: Supports Angular **v17 – v20** and **Stylelint 16+**
13+
- **v1.x**: Supports Angular **9–16**, Stylelint **≤15**, and ESLint **≤8**
14+
- **v2.x and above**: Supports Angular **17+**, Stylelint **16+**, and ESLint **9+**
1515

1616
---
1717

lib/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@angular-devkit/architect": ">= 0.901.15",
2828
"@angular-devkit/core": ">= 9.1.15",
2929
"@angular/cli": ">= 9.1.15",
30-
"eslint": "*",
31-
"stylelint": "*",
30+
"eslint": ">=9.0.0",
31+
"stylelint": ">=16.0.0",
3232
"typescript": "*"
3333
}
3434
}

0 commit comments

Comments
 (0)