From 2e21cf76de16c070c882492aa3737dddb1ff44d8 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 11 Jan 2025 16:28:56 +0800 Subject: [PATCH] WebUI: temporarily pin dependency The plugin was causing problems in new versions so pin it with an older version and look into it later. Upstream issue: https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/50 PR #22140. --- src/webui/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/package.json b/src/webui/www/package.json index 818d487385ff..760dbecae154 100644 --- a/src/webui/www/package.json +++ b/src/webui/www/package.json @@ -13,7 +13,7 @@ "@stylistic/eslint-plugin": "*", "eslint": "*", "eslint-plugin-html": "*", - "eslint-plugin-prefer-arrow-functions": "*", + "eslint-plugin-prefer-arrow-functions": "3.4.2", "eslint-plugin-regexp": "*", "html-validate": "*", "js-beautify": "*",