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"