From 91fd090f6fdd8d598a6ac6e9bb2c2ba33014e425 Mon Sep 17 00:00:00 2001 From: chomosuke <38484873+chomosuke@users.noreply.github.com> Date: Tue, 5 Apr 2022 18:51:09 +1000 Subject: [PATCH] chore: bump peerDependencies to reflect the use of space-before-blocks (#293) BREAKING CHANGE: Update your `@typescript-eslint/eslint-plugin` to `^5.13.0` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e6aa7b..207b6f0 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index 9b74a34..680938d 100644 --- a/package.json +++ b/package.json @@ -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"