From a7dda9734edd72a4baf70949a3061c91ef5fe940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:38:06 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07607272..26cc71e9 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "publish:all": "npx lerna publish --no-private from-package --yes" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.20.0", - "@typescript-eslint/parser": "6.20.0", + "@typescript-eslint/eslint-plugin": "8.12.2", + "@typescript-eslint/parser": "8.12.2", "eslint": "8.56.0", "husky": "9.0.10", "jest": "29.7.0",