From 5ba8610000918c895710c1b3540a08c629fe9693 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:26:47 -0500 Subject: [PATCH] Upgrade @typescript-eslint/* --- files/__addonLocation__/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/__addonLocation__/package.json b/files/__addonLocation__/package.json index 2be9a7f..0fd27d8 100644 --- a/files/__addonLocation__/package.json +++ b/files/__addonLocation__/package.json @@ -70,8 +70,8 @@ "@types/ember__template": "^4.0.7", "@types/ember__test": "^4.0.6", "@types/ember__utils": "^4.0.7", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1",<% } %> + "@typescript-eslint/eslint-plugin": "^8.13.0", + "@typescript-eslint/parser": "^8.13.0",<% } %> "@rollup/plugin-babel": "^6.0.4", "babel-plugin-ember-template-compilation": "^2.2.5", "concurrently": "^9.0.1",