Feature/upgrade core dependencies (#490)

* Upgrade core dependencies

  * angular
  * nestjs
  * Nx
  * rxjs
  * storybook

* Temporarily fix imports for storybook

* Update changelog
This commit is contained in:
Thomas Kaul
2021-11-25 18:05:02 +01:00
committed by GitHub
parent 4dc4f13f40
commit fbd1475402
27 changed files with 3236 additions and 3110 deletions

42
nx.json
View File

@ -23,32 +23,11 @@
"test",
"e2e",
"build-storybook"
]
],
"parallel": 1
}
}
},
"projects": {
"api": {
"tags": []
},
"client": {
"tags": []
},
"client-e2e": {
"tags": [],
"implicitDependencies": ["client"]
},
"common": {
"tags": []
},
"ui": {
"tags": []
},
"ui-e2e": {
"tags": [],
"implicitDependencies": ["ui"]
}
},
"targetDependencies": {
"build": [
{
@ -56,5 +35,22 @@
"projects": "dependencies"
}
]
},
"cli": {
"defaultCollection": "@nrwl/nest"
},
"defaultProject": "api",
"generators": {
"@nrwl/angular:application": {
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
},
"@nrwl/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nrwl/nest": {},
"@nrwl/angular:component": {}
}
}