mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
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.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"@stylistic/eslint-plugin": "*",
|
"@stylistic/eslint-plugin": "*",
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
"eslint-plugin-html": "*",
|
"eslint-plugin-html": "*",
|
||||||
"eslint-plugin-prefer-arrow-functions": "*",
|
"eslint-plugin-prefer-arrow-functions": "3.4.2",
|
||||||
"eslint-plugin-regexp": "*",
|
"eslint-plugin-regexp": "*",
|
||||||
"html-validate": "*",
|
"html-validate": "*",
|
||||||
"js-beautify": "*",
|
"js-beautify": "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user