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

@ -3,6 +3,6 @@
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts"],
"exclude": ["../**/*.spec.ts", "../**/*.test.ts"],
"include": ["../src/**/*", "*.js"]
}