switch to TypeScript 5.0 + 5.2 in create-app

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-13 15:47:01 +02:00
parent 5995614eb0
commit a4c08241ad
5 changed files with 12 additions and 27 deletions
@@ -36,7 +36,7 @@
"lerna": "^4.0.0",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
"typescript": "~5.0.0"
"typescript": "~5.2.0"
},
"resolutions": {
"@types/react": "^17",