From 7b49943e0d146a0bb6cbd2d585c6d4a0e3983d43 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 18 Nov 2024 10:26:19 +0000 Subject: [PATCH] fix upstream issue with typescript-eslint --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 583e1d8..cfadaaf 100644 --- a/index.js +++ b/index.js @@ -164,9 +164,9 @@ module.exports = { '@glint/environment-ember-template-imports@unstable', '@glint/template@unstable', '@types/eslint__js', - 'typescript-eslint@^8.13.0', - '@typescript-eslint/eslint-plugin@^8.13.0', - '@typescript-eslint/parser@^8.13.0', + 'typescript-eslint@^8.14.1-alpha.8', + '@typescript-eslint/eslint-plugin@^8.14.1-alpha.8', + '@typescript-eslint/parser@^8.14.1-alpha.8', ] : []), ],