From db05f7a35862642905a4ef09bae6fa5a647f732f Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 14 Jan 2021 15:29:21 +0100 Subject: [PATCH] Add changeset --- .changeset/unlucky-cougars-grin.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/unlucky-cougars-grin.md diff --git a/.changeset/unlucky-cougars-grin.md b/.changeset/unlucky-cougars-grin.md new file mode 100644 index 0000000000..3c48a612e4 --- /dev/null +++ b/.changeset/unlucky-cougars-grin.md @@ -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.