Skip to content

Commit

Permalink
feat(deps): Update peerDeps semver range (#351)
Browse files Browse the repository at this point in the history
Enforce typescript-eslint version 5.10.0 to avoid typescript-eslint/typescript-eslint#4444
  • Loading branch information
Hazmi35 committed Jan 17, 2022
1 parent c5a709d commit 807815c
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 209 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,9 +38,9 @@ or `"@hazmi35/eslint-config/typescript/node"` for Node environment

## Note

Requires [ESLint](https://npmjs.com/package/eslint) version 8.6.0 or above
Requires [ESLint](https://npmjs.com/package/eslint) version 8.7.0 or above

TypeScript config requires:
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 5.9.1 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 5.9.1 or above
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 5.10.0 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 5.10.0 or above
* [typescript](https://npmjs.com/package/typescript) version 3.3.1 to 4.6.0

0 comments on commit 807815c

Please sign in to comment.