Skip to content

Commit

Permalink
chore(deps): Update peer dependencies (#236)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update peer dependencies
  • Loading branch information
iamturns committed Aug 24, 2021
1 parent a763123 commit 8847d0c
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Make sure you have the regular Airbnb config setup. See [eslint-config-airbnb](h

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin@^4.4.1 \
@typescript-eslint/parser@^4.4.1 \
@typescript-eslint/eslint-plugin@^4.29.3 \
@typescript-eslint/parser@^4.29.3 \
--save-dev
```

Expand Down
168 changes: 147 additions & 21 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 @@ -23,8 +23,8 @@
"validate": "npm run lint"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1"
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.29.2",
Expand Down

0 comments on commit 8847d0c

Please sign in to comment.