From 0935a8ebc695c1287bc0f50358f73e01551974df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Wed, 3 Mar 2021 15:32:06 +0100 Subject: [PATCH] chore: update eslint (#1992) Co-authored-by: Daniel Dyla --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5e557476337..44286bf3c64 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,13 @@ "devDependencies": { "@commitlint/cli": "11.0.0", "@commitlint/config-conventional": "11.0.0", - "@typescript-eslint/eslint-plugin": "4.14.2", - "@typescript-eslint/parser": "4.14.2", + "@typescript-eslint/eslint-plugin": "4.16.1", + "@typescript-eslint/parser": "4.16.1", "beautify-benchmark": "0.2.4", "benchmark": "2.1.4", - "eslint": "7.19.0", + "eslint": "7.21.0", "eslint-config-airbnb-base": "14.2.1", - "eslint-plugin-header": "3.1.0", + "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.22.1", "gh-pages": "3.1.0", "gts": "3.1.0",