From 598c6f56baec087f730a7aa610a8d8b21cd796d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:22:54 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9485253..8755c52 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "homepage": "https://github.com/swarmia/eslint#readme", "dependencies": { "@babel/eslint-parser": "7.23.3", - "@typescript-eslint/eslint-plugin": "6.18.1", - "@typescript-eslint/parser": "6.18.1", + "@typescript-eslint/eslint-plugin": "7.11.0", + "@typescript-eslint/parser": "7.11.0", "eslint-config-prettier": "9.1.0", "eslint-config-react": "1.1.7", "eslint-plugin-jest": "27.6.3",