Merge pull request #4076 from SDA-SE/feat/remove-types-helmet

Removes the @types/helmet dependency
This commit is contained in:
Patrik Oldsberg
2021-01-14 18:39:09 +01:00
committed by GitHub
4 changed files with 11 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/create-app': patch
---
Remove the `@types/helmet` dev dependency from the app template. This
dependency is now unused as the package `helmet` brings its own types.
To update your existing app, simply remove the `@types/helmet` dependency from
the `package.json` of your backend package.