From 23fbe683585c3e92a15c622e4fe0824c862a26be Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 18 Oct 2024 19:54:51 +0200 Subject: [PATCH] test: Use latest `typescript-eslint` v8.x --- examples/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index fb9c6d2c..1b15c57c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -7,6 +7,6 @@ "@eslint/js": "^9.7.0", "eslint": "^9.7.0", "typescript": "^5.3.3", - "typescript-eslint": "8.0.0-alpha.51" + "typescript-eslint": "^8.10.0" } }