From 4b35cafd5755b0f213afb12b590ed29aaffb129e Mon Sep 17 00:00:00 2001 From: Mathieu Hofman Date: Mon, 1 Jul 2024 01:50:29 +0000 Subject: [PATCH] revert fix: typescript-estree does not support Node.js LTS (#9619) --- ...typescript-eslint+typescript-estree+7.13.0.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/@typescript-eslint+typescript-estree+7.13.0.patch diff --git a/patches/@typescript-eslint+typescript-estree+7.13.0.patch b/patches/@typescript-eslint+typescript-estree+7.13.0.patch deleted file mode 100644 index 089e48848b6..00000000000 --- a/patches/@typescript-eslint+typescript-estree+7.13.0.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/@typescript-eslint/typescript-estree/package.json b/node_modules/@typescript-eslint/typescript-estree/package.json -index 3a1b7a2..8c8c9f2 100644 ---- a/node_modules/@typescript-eslint/typescript-estree/package.json -+++ b/node_modules/@typescript-eslint/typescript-estree/package.json -@@ -22,7 +22,7 @@ - }, - "types": "./dist/index.d.ts", - "engines": { -- "node": "^18.18.0 || >=20.0.0" -+ "node": "^18.12 || >=20.0.0" - }, - "repository": { - "type": "git",