From b0bc010b2653e433fa578bc69e4493f9ee738223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:00:15 +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 22d83edc766327..ba9ec153f39f80 100644 --- a/flink-runtime-web/web-dashboard/package.json +++ b/flink-runtime-web/web-dashboard/package.json @@ -51,8 +51,8 @@ "@types/jasmine": "5.1.4", "@types/jasminewd2": "~2.0.10", "@types/node": "16.18.105", - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", + "@typescript-eslint/eslint-plugin": "8.1.0", + "@typescript-eslint/parser": "8.1.0", "eslint": "9.2.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4",