Skip to content

Commit

Permalink
feat(typescript-eslint): Bump patch semver (#607)
Browse files Browse the repository at this point in the history
* feat(typescript-eslint): Bump patch semver

* docs(README): Update requirement
  • Loading branch information
Hazmi35 committed Dec 6, 2022
1 parent 7152cc8 commit ac67a37
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Use `@hazmi35/eslint-config/typescript/node` for Node environment
Requires [ESLint](https://npmjs.com/package/eslint) version 8.29.0 or above

TypeScript config requires:
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 5.45.0 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 5.45.0 or above
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 5.45.1 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 5.45.1 or above
* [typescript](https://npmjs.com/package/typescript) version 3.3.1 to 5.0.0
168 changes: 84 additions & 84 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"devDependencies": {
"@types/node": "*",
"@typescript-eslint/eslint-plugin": ">=5.45.0",
"@typescript-eslint/parser": ">=5.45.0",
"@typescript-eslint/eslint-plugin": ">=5.45.1",
"@typescript-eslint/parser": ">=5.45.1",
"eslint": ">=8.29.0",
"typescript": ">=3.3.1 <5.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.45.0",
"@typescript-eslint/parser": ">=5.45.0",
"@typescript-eslint/eslint-plugin": ">=5.45.1",
"@typescript-eslint/parser": ">=5.45.1",
"eslint": ">=8.29.0",
"typescript": ">=3.3.1 <5.0.0"
},
Expand Down

0 comments on commit ac67a37

Please sign in to comment.