Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit ec7ae8a

Browse files
chore(deps): update @typescript-eslint (#154)
BREAKING CHANGE: Update `@typescript-eslint/eslint-plugin` to `^4.4.1`
1 parent 5aef889 commit ec7ae8a

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ npm install eslint-plugin-import@^2.22.0 \
2121
eslint-plugin-jsx-a11y@^6.3.1 \
2222
eslint-plugin-react@^7.20.3 \
2323
eslint-plugin-react-hooks@^4.0.8 \
24-
@typescript-eslint/eslint-plugin@^4.2.0 \
24+
@typescript-eslint/eslint-plugin@^4.4.1 \
2525
--save-dev
2626
```
2727

2828
If you don't need React support:
2929

3030
```bash
3131
npm install eslint-plugin-import@^2.22.0 \
32-
@typescript-eslint/eslint-plugin@^4.2.0 \
32+
@typescript-eslint/eslint-plugin@^4.4.1 \
3333
--save-dev
3434
```
3535

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"validate": "npm run lint"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/parser": "4.2.0",
25+
"@typescript-eslint/parser": "4.4.1",
2626
"eslint-config-airbnb": "18.2.0",
2727
"eslint-config-airbnb-base": "14.2.0"
2828
},
2929
"peerDependencies": {
30-
"@typescript-eslint/eslint-plugin": "^4.2.0"
30+
"@typescript-eslint/eslint-plugin": "^4.4.1"
3131
},
3232
"devDependencies": {
3333
"@typescript-eslint/eslint-plugin": "4.4.1",

0 commit comments

Comments
 (0)