Skip to content

Commit 3c8822e

Browse files
committed
Update dev-dependencies
1 parent 267fe36 commit 3c8822e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import type {
88
} from 'mdast'
99
import type {ElementContent, Parent as HastParent} from 'hast'
1010
import type {Program} from 'estree-jsx'
11-
1211
import type {Tag} from './lib/index.js'
1312

1413
// Expose JavaScript API.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"vfile-message": "^3.0.0"
5151
},
5252
"devDependencies": {
53-
"@types/node": "^18.0.0",
53+
"@types/node": "^20.0.0",
5454
"acorn": "^8.0.0",
5555
"c8": "^7.0.0",
5656
"micromark-extension-mdx-jsx": "^1.0.0",
@@ -59,8 +59,8 @@
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
62-
"typescript": "^4.0.0",
63-
"xo": "^0.53.0"
62+
"typescript": "^5.0.0",
63+
"xo": "^0.54.0"
6464
},
6565
"scripts": {
6666
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)