⬇️(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:
Nathan Vasse
2023-11-27 11:30:40 +01:00
committed by NathanVss
parent 516cb4e8cb
commit 66e55e9647
4 changed files with 4 additions and 9 deletions

View File

@@ -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": {