Skip to content

Commit

Permalink
Update @types/unist
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 7, 2023
1 parent 3955ddd commit d9cf652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"index.js"
],
"dependencies": {
"@types/unist": "^2.0.0"
"@types/unist": "^3.0.0"
},
"devDependencies": {
"@types/nlcst": "^1.0.0",
"@types/nlcst": "^2.0.0",
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"chalk": "^5.0.0",
Expand All @@ -53,7 +53,7 @@
"strip-ansi": "^7.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unist-builder": "^3.0.0",
"unist-builder": "^4.0.0",
"xast-util-from-xml": "^3.0.0",
"xastscript": "^3.0.0",
"xo": "^0.54.0"
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
"module": "node16",
// Remove after `retext` update.
"skipLibCheck": true,
"strict": true,
"target": "es2022"
},
Expand Down

0 comments on commit d9cf652

Please sign in to comment.