Skip to content

Commit

Permalink
chore: bump peerDependencies to reflect the use of space-before-blocks (
Browse files Browse the repository at this point in the history
#293)

BREAKING CHANGE: Update your `@typescript-eslint/eslint-plugin` to `^5.13.0`
  • Loading branch information
chomosuke committed Apr 5, 2022
1 parent 4aec570 commit 91fd090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Make sure you have the regular Airbnb config setup. If you are using React, use

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin@^5.0.0 \
@typescript-eslint/eslint-plugin@^5.13.0 \
@typescript-eslint/parser@^5.0.0 \
--save-dev
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"eslint-config-airbnb-base": "^15.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.3"
Expand Down

0 comments on commit 91fd090

Please sign in to comment.