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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user