Skip to content

Commit

Permalink
feat(typescript): Update deps semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Sep 7, 2021
1 parent f0bd661 commit 0c4e7b6
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 373 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ or `"@hazmi35/eslint-config/typescript/node"` for Node environment
Requires [ESLint](https://npmjs.com/package/eslint) version 7.32.0 or above

TypeScript config requires:
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 4.29.3 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 4.29.3 or above
* [typescript](https://npmjs.com/package/typescript) version 3.3.1 to 4.4.0 (required by `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin`)
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 4.31.0 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 4.31.0 or above
* [typescript](https://npmjs.com/package/typescript) version 3.3.1 to 4.5.0 (required by `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin`)
Loading

0 comments on commit 0c4e7b6

Please sign in to comment.