⬇️(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

@@ -102,7 +102,7 @@
"sass-loader": "13.3.2",
"storybook": "7.5.3",
"style-loader": "3.3.3",
"typescript": "5.3.2",
"typescript": "5.2.2",
"vite": "5.0.2",
"vite-plugin-dts": "3.6.3",
"vite-tsconfig-paths": "4.2.1",

View File

@@ -50,7 +50,7 @@
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"tsc-alias": "1.8.8",
"typescript": "5.3.2"
"typescript": "5.2.2"
},
"engines": {
"node": ">=18.0.0"