From 56cc8a1af0167fbafb5b779958cb9f5e7aa8d1da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:21:18 +0000 Subject: [PATCH] chore: update dependency typescript-eslint to v8.11.0 --- packages/foundation/tools/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foundation/tools/eslint-config/package.json b/packages/foundation/tools/eslint-config/package.json index bc9714b..a1ca4d7 100644 --- a/packages/foundation/tools/eslint-config/package.json +++ b/packages/foundation/tools/eslint-config/package.json @@ -10,7 +10,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "prettier": "3.3.3", - "typescript-eslint": "8.10.0" + "typescript-eslint": "8.11.0" }, "peerDependencies": { "@eslint/js": "^9.13.0"