Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit fc3112d

Browse files
committed
fix: downgrading ts back to 5.8.3
1 parent 91c24c7 commit fc3112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"compile": "npm run build"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.9.2"
12+
"typescript": "5.8.3"
1313
},
1414
"dependencies": {
1515
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)