Skip to content

Commit 7d5dc44

Browse files
committed
Fix build by pinning [email protected]
Related-to: GH-247.
1 parent 242105b commit 7d5dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"remark-preset-wooorm": "^10.0.0",
6565
"tsd": "^0.31.0",
6666
"type-coverage": "^2.0.0",
67-
"typescript": "^5.0.0",
67+
"typescript": "~5.4.0",
6868
"xo": "^0.58.0"
6969
},
7070
"scripts": {

0 commit comments

Comments
 (0)