⬇️(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:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user