Skip to content

Commit b5f0e94

Browse files
authored
fix: pin typescript (#1846)
Uint8Arrays are hopelessly broken in recent versions due to them being made generic so pin the version until this mess is sorted out. Ref: microsoft/TypeScript#61793
1 parent 355e7f0 commit b5f0e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"typedoc-plugin-mdn-links": "^5.0.2",
315315
"typedoc-plugin-mermaid": "^1.12.0",
316316
"typedoc-plugin-missing-exports": "^4.0.0",
317-
"typescript": "^5.1.6",
317+
"typescript": "5.8.3",
318318
"typescript-docs-verifier": "^2.5.0",
319319
"wherearewe": "^2.0.1",
320320
"yargs": "^17.1.1",

0 commit comments

Comments
 (0)