[AAE-16579] upgrade nrwl dep solve critical webpack loader-utils issue in develop (#9030)

* upgrade nrwl dep

* fix

* downgrade eslint plugin
This commit is contained in:
Eugenio Romano
2023-11-02 14:11:06 +01:00
committed by GitHub
parent 15f82c812c
commit 0b56a4858f
6 changed files with 4063 additions and 4427 deletions
+3 -4
View File
@@ -1019,11 +1019,10 @@
"prefix": "adf",
"architect": {
"build": {
"builder": "@nrwl/workspace:run-commands",
"builder": "nx:run-commands",
"options": {
"commands": [
"cd lib/cli && npm i && npm run dist"
],
"command":
"cd lib/cli && npm i && npm run dist",
"stylePreprocessorOptions": {
"includePaths": [
"lib", "lib/core/src/lib"