Skip to content

Commit d9cf652

Browse files
committed
Update @types/unist
1 parent 3955ddd commit d9cf652

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"index.js"
3939
],
4040
"dependencies": {
41-
"@types/unist": "^2.0.0"
41+
"@types/unist": "^3.0.0"
4242
},
4343
"devDependencies": {
44-
"@types/nlcst": "^1.0.0",
44+
"@types/nlcst": "^2.0.0",
4545
"@types/node": "^20.0.0",
4646
"c8": "^8.0.0",
4747
"chalk": "^5.0.0",
@@ -53,7 +53,7 @@
5353
"strip-ansi": "^7.0.0",
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^5.0.0",
56-
"unist-builder": "^3.0.0",
56+
"unist-builder": "^4.0.0",
5757
"xast-util-from-xml": "^3.0.0",
5858
"xastscript": "^3.0.0",
5959
"xo": "^0.54.0"

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"exactOptionalPropertyTypes": true,
88
"lib": ["es2022"],
99
"module": "node16",
10+
// Remove after `retext` update.
11+
"skipLibCheck": true,
1012
"strict": true,
1113
"target": "es2022"
1214
},

0 commit comments

Comments
 (0)