RED-3800: fix stupid nx
This commit is contained in:
parent
c552bb2ee7
commit
d47fa30267
15
nx.json
15
nx.json
@ -22,6 +22,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"targetDependencies": {
|
||||
"build": [
|
||||
{
|
||||
"target": "build",
|
||||
"projects": "dependencies"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false,
|
||||
"packageManager": "yarn"
|
||||
@ -38,10 +46,5 @@
|
||||
},
|
||||
"@nrwl/angular:component": {}
|
||||
},
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"]
|
||||
}
|
||||
}
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json"
|
||||
}
|
||||
|
||||
20
package.json
20
package.json
@ -38,7 +38,7 @@
|
||||
"@ngneat/until-destroy": "^9.2.0",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@ngx-translate/http-loader": "^7.0.0",
|
||||
"@nrwl/angular": "14.4.0",
|
||||
"@nrwl/angular": "14.3.2",
|
||||
"@pdftron/webviewer": "8.6.0",
|
||||
"@swimlane/ngx-charts": "^20.0.1",
|
||||
"@tabuckner/material-dayjs-adapter": "2.0.0",
|
||||
@ -65,17 +65,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "14.0.1",
|
||||
"@angular-eslint/eslint-plugin": "14.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "14.0.0",
|
||||
"@angular-eslint/template-parser": "14.0.0",
|
||||
"@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",
|
||||
"@bartholomej/ngx-translate-extract": "^8.0.2",
|
||||
"@nrwl/cli": "14.4.0",
|
||||
"@nrwl/eslint-plugin-nx": "14.4.0",
|
||||
"@nrwl/linter": "14.4.0",
|
||||
"@nrwl/workspace": "14.4.0",
|
||||
"@nrwl/cli": "14.3.2",
|
||||
"@nrwl/eslint-plugin-nx": "14.3.2",
|
||||
"@nrwl/linter": "14.3.2",
|
||||
"@nrwl/workspace": "14.3.2",
|
||||
"@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",
|
||||
@ -91,7 +93,7 @@
|
||||
"google-translate-api-browser": "^1.1.71",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.2",
|
||||
"nx": "14.4.0",
|
||||
"nx": "14.3.2",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-import": "14.1.0",
|
||||
"postcss-preset-env": "~7.7.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user