We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267fe36 commit 3c8822eCopy full SHA for 3c8822e
index.d.ts
@@ -8,7 +8,6 @@ import type {
8
} from 'mdast'
9
import type {ElementContent, Parent as HastParent} from 'hast'
10
import type {Program} from 'estree-jsx'
11
-
12
import type {Tag} from './lib/index.js'
13
14
// Expose JavaScript API.
package.json
@@ -50,7 +50,7 @@
50
"vfile-message": "^3.0.0"
51
},
52
"devDependencies": {
53
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
54
"acorn": "^8.0.0",
55
"c8": "^7.0.0",
56
"micromark-extension-mdx-jsx": "^1.0.0",
@@ -59,8 +59,8 @@
59
"remark-cli": "^11.0.0",
60
"remark-preset-wooorm": "^9.0.0",
61
"type-coverage": "^2.0.0",
62
- "typescript": "^4.0.0",
63
- "xo": "^0.53.0"
+ "typescript": "^5.0.0",
+ "xo": "^0.54.0"
64
65
"scripts": {
66
"prepack": "npm run build && npm run format",
0 commit comments