Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update @typescript-eslint (#154)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update `@typescript-eslint/eslint-plugin` to `^4.4.1`
  • Loading branch information
renovate[bot] authored Oct 18, 2020
1 parent 5aef889 commit ec7ae8a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ npm install eslint-plugin-import@^2.22.0 \
eslint-plugin-jsx-a11y@^6.3.1 \
eslint-plugin-react@^7.20.3 \
eslint-plugin-react-hooks@^4.0.8 \
@typescript-eslint/eslint-plugin@^4.2.0 \
@typescript-eslint/eslint-plugin@^4.4.1 \
--save-dev
```

If you don't need React support:

```bash
npm install eslint-plugin-import@^2.22.0 \
@typescript-eslint/eslint-plugin@^4.2.0 \
@typescript-eslint/eslint-plugin@^4.4.1 \
--save-dev
```

Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"validate": "npm run lint"
},
"dependencies": {
"@typescript-eslint/parser": "4.2.0",
"@typescript-eslint/parser": "4.4.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0"
"@typescript-eslint/eslint-plugin": "^4.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.4.1",
Expand Down

0 comments on commit ec7ae8a

Please sign in to comment.