Skip to content

Commit f541d0c

Browse files
authored
Pin @types/unist to version 2 (#332)
`@types/hast` depends on `@types/unist@*`. This causes TypeScript compatibility issues.
1 parent 88d4db4 commit f541d0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"typescript": "^5.0.0",
2626
"xo": "^0.54.0"
2727
},
28+
"overrides": {
29+
"@types/unist": "^2.0.0"
30+
},
2831
"prettier": {
2932
"tabWidth": 2,
3033
"useTabs": false,

0 commit comments

Comments
 (0)