From 8f5cf0b2efd1e12f72f5d2b5eef6eb4dd39f71f7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 May 2022 16:37:45 +0000 Subject: [PATCH] fix(deps): update eslint --- packages/dx/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dx/package.json b/packages/dx/package.json index 512219dd2..792d69076 100644 --- a/packages/dx/package.json +++ b/packages/dx/package.json @@ -20,9 +20,9 @@ "@semantic-release/git": "^9.0.0", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.0.0", - "eslint": "^7.26.0", - "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-airbnb-typescript": "^12.3.1", + "eslint": "^8.0.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.22.1", "jest": "^27.0.0", "lint-staged": "^11.0.0",