⬇️(deps) downgrade Typescript to 5.2.2
This new Typescript version introduced a crash when executing ts-node in order to run cunningham.ts file. We need to wait for ts-node to update their package too. Please see the related issue: https://github.com/microsoft/TypeScript/issues/56492
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"sass": "1.69.5",
|
||||
"typescript": "5.3.2",
|
||||
"typescript": "5.2.2",
|
||||
"vite": "5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user