From 92d7ba76e8e465862335dc9358a2a8ff14be23da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Aug 2021 10:34:29 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-airbnb-typescript to v14 --- packages/dx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dx/package.json b/packages/dx/package.json index 3192ecc9a..35e82f9d9 100644 --- a/packages/dx/package.json +++ b/packages/dx/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/eslint-plugin": "^4.22.1", "eslint": "^7.26.0", "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-airbnb-typescript": "^12.3.1", + "eslint-config-airbnb-typescript": "^14.0.0", "eslint-plugin-import": "^2.22.1", "jest": "^27.0.0", "lint-staged": "^11.0.0",