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

View File

@ -12,6 +12,7 @@
"exclude": [
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js"
],