Pin TypeScript to 5.5.4 to fix styled-components declaration emission errors

This commit is contained in:
2026-01-17 19:03:27 +03:00
parent 1bd4157013
commit bbfae9cca6
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -86,6 +86,6 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"safe-buffer": "^5.2.1",
"typescript": "^5.5.4"
"typescript": "5.5.4"
}
}