create-app: bump typescript to 4.6

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-01 12:51:20 +02:00
parent c6a9fbdd97
commit d41f19ca2a
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
'@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`:
```diff
dependencies: {
...
- "typescript": "~4.5.4"
+ "typescript": "~4.6.4"
},
```
@@ -35,7 +35,7 @@
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"typescript": "~4.5.4"
"typescript": "~4.6.4"
},
"resolutions": {
"@types/react": "^17",