From 2c0baa3660a1b51ab2c46e7dff144c0520649567 Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Sat, 6 Nov 2021 10:56:01 +1100 Subject: [PATCH] chore: Update peer dependency version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d9ef57..0e077d6 100644 --- a/README.md +++ b/README.md @@ -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.29.3 \ - @typescript-eslint/parser@^4.29.3 \ + @typescript-eslint/eslint-plugin@^5.0.0 \ + @typescript-eslint/parser@^5.0.0 \ --save-dev ```