From 59f660aeb55b20a2390bcd8a2e0ffe2ab61c5cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:27:45 +0000 Subject: [PATCH] :arrow_up: Updates typescript-eslint monorepo to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec03963..818f999 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,8 @@ "@types/lodash.mergewith": "4.6.6", "@types/parse-json": "4.0.0", "@types/prettier": "2.2.3", - "@typescript-eslint/eslint-plugin": "4.23.0", - "@typescript-eslint/parser": "4.23.0", + "@typescript-eslint/eslint-plugin": "8.12.2", + "@typescript-eslint/parser": "8.12.2", "cz-conventional-changelog": "3.3.0", "conventional-changelog-cli": "2.1.1", "del-cli": "3.0.1",