d41f19ca2a
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
300 B
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"
},