create-app: bump typescript to 4.6
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user