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

@ -5,5 +5,5 @@
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
}