From 2b5711558dd1f39d90645cdc775d4fc8aaf42d30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:57:50 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v8 --- flink-runtime-web/web-dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-runtime-web/web-dashboard/package.json b/flink-runtime-web/web-dashboard/package.json index 002e0e316d932..fd1c10500b2b6 100644 --- a/flink-runtime-web/web-dashboard/package.json +++ b/flink-runtime-web/web-dashboard/package.json @@ -51,8 +51,8 @@ "@types/jasmine": "3.10.18", "@types/jasminewd2": "~2.0.10", "@types/node": "16.18.126", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "8.26.0", + "@typescript-eslint/parser": "8.26.0", "eslint": "8.57.1", "eslint-config-prettier": "^10.0.0", "eslint-plugin-import": "^2.25.4",