create-app: bump typescript to 5.0
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Upgraded the TypeScript version to 5.0
|
||||
|
||||
To apply this change in your own project, switch the TypeScript version in your root `package.json`:
|
||||
|
||||
```diff
|
||||
- "typescript": "~4.6.4",
|
||||
+ "typescript": "~5.0.0",
|
||||
```
|
||||
@@ -35,7 +35,7 @@
|
||||
"lerna": "^4.0.0",
|
||||
"node-gyp": "^9.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "~4.6.4"
|
||||
"typescript": "~5.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^17",
|
||||
|
||||
Reference in New Issue
Block a user