Fix eslint-webpack-plugin version and regenerate lockfile

Downgrade eslint-webpack-plugin in cli-module-build from ^5.0.3 to
^4.2.0 to match the main CLI package, preventing @types/eslint from
being resolved to v9 which breaks the eslint-plugin TypeScript checks.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-14 15:59:28 +01:00
parent f51e4df2d1
commit 7c8bb02ffe
2 changed files with 140 additions and 159 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"ctrlc-windows": "^2.1.0",
"esbuild-loader": "^4.4.2",
"eslint-rspack-plugin": "^4.2.1",
"eslint-webpack-plugin": "^5.0.3",
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"fs-extra": "^11.2.0",
"glob": "^7.1.7",