RED-3800: update nx

This commit is contained in:
Dan Percic 2022-08-19 17:27:54 +03:00
parent 3c15572b1f
commit 7f20925a26
4 changed files with 2512 additions and 1286 deletions

15
nx.json
View File

@ -22,14 +22,6 @@
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"cli": {
"analytics": false,
"packageManager": "yarn"
@ -46,5 +38,10 @@
},
"@nrwl/angular:component": {}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json"
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
}
}

View File

@ -22,23 +22,23 @@
"*.{ts,js,html}": "eslint --fix"
},
"dependencies": {
"@angular/animations": "14.0.1",
"@angular/cdk": "14.0.1",
"@angular/common": "14.0.1",
"@angular/compiler": "14.0.1",
"@angular/core": "14.0.1",
"@angular/forms": "14.0.1",
"@angular/material": "14.0.1",
"@angular/platform-browser": "14.0.1",
"@angular/platform-browser-dynamic": "14.0.1",
"@angular/router": "14.0.1",
"@angular/service-worker": "14.0.1",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
"@angular/compiler": "14.1.3",
"@angular/core": "14.1.3",
"@angular/forms": "14.1.3",
"@angular/material": "14.1.2",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@angular/service-worker": "14.1.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@ngneat/until-destroy": "^9.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "14.3.2",
"@nrwl/angular": "14.5.7",
"@pdftron/webviewer": "8.6.0",
"@swimlane/ngx-charts": "^20.0.1",
"@tabuckner/material-dayjs-adapter": "2.0.0",
@ -56,7 +56,7 @@
"ngx-translate-messageformat-compiler": "^5.0.1",
"object-hash": "^3.0.0",
"papaparse": "^5.3.2",
"rxjs": "~7.5.2",
"rxjs": "7.5.6",
"sass": "^1.52.3",
"scroll-into-view-if-needed": "^2.2.28",
"streamsaver": "^2.0.5",
@ -64,24 +64,24 @@
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.1",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "14.0.1",
"@angular/language-service": "14.0.1",
"@angular-devkit/build-angular": "14.1.3",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "14.1.3",
"@angular/language-service": "14.1.3",
"@bartholomej/ngx-translate-extract": "^8.0.2",
"@nrwl/cli": "14.3.2",
"@nrwl/eslint-plugin-nx": "14.3.2",
"@nrwl/linter": "14.3.2",
"@nrwl/workspace": "14.3.2",
"@nrwl/cli": "14.5.7",
"@nrwl/eslint-plugin-nx": "14.5.7",
"@nrwl/linter": "14.5.7",
"@nrwl/workspace": "14.5.7",
"@types/google.visualization": "^0.0.68",
"@types/jest": "28.1.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.42",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"axios": "^0.27.2",
"dotenv": "16.0.1",
"eslint": "8.17.0",
@ -90,7 +90,7 @@
"google-translate-api-browser": "^1.1.71",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"nx": "14.3.2",
"nx": "14.5.7",
"postcss": "^8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "~7.7.1",
@ -99,7 +99,7 @@
"sonarqube-scanner": "^2.8.1",
"superagent": "^7.1.6",
"superagent-promise": "^1.1.0",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"typescript": "4.7.3",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",

View File

@ -25,10 +25,10 @@
"@models/*": ["apps/red-ui/src/app/models/*"],
"@red/domain": ["libs/red-domain/src/index.ts"],
"@services/*": ["apps/red-ui/src/app/services/*"],
"@users/*": ["apps/red-ui/src/app/users/*"],
"@shared/*": ["apps/red-ui/src/app/modules/shared/*"],
"@translations/*": ["apps/red-ui/src/app/translations/*"],
"@upload-download/*": ["apps/red-ui/src/app/modules/upload-download/*"],
"@users/*": ["apps/red-ui/src/app/users/*"],
"@utils/*": ["apps/red-ui/src/app/utils/*"]
}
},

3725
yarn.lock

File diff suppressed because it is too large Load Diff