Files
backstage/.changeset/wicked-vans-press.md
T
Patrik Oldsberg d41f19ca2a create-app: bump typescript to 4.6
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-05-01 12:51:20 +02:00

300 B

@backstage/create-app
@backstage/create-app
patch

Bumped the typescript version in the template to ~4.6.4.

To apply this change to an existing app, make the following change to the root package.json:

   dependencies: {
     ...
-    "typescript": "~4.5.4"
+    "typescript": "~4.6.4"
   },