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 37672e7 commit 9048259Copy full SHA for 9048259
index.test-d.ts
@@ -6,7 +6,7 @@ import {
6
expectError
7
} from 'tsd'
8
import {Heading} from 'mdast'
9
-import * as unified from 'unified'
+import {unified} from 'unified'
10
import {is, convert} from './index.js'
11
12
/* Setup. */
package.json
@@ -48,10 +48,10 @@
48
"remark-preset-wooorm": "^8.0.0",
49
"rimraf": "^3.0.0",
50
"tape": "^5.0.0",
51
- "tsd": "^0.14.0",
+ "tsd": "^0.17.0",
52
"type-coverage": "^2.0.0",
53
"typescript": "^4.0.0",
54
- "unified": "^9.0.0",
+ "unified": "^10.0.0",
55
"xo": "^0.42.0"
56
},
57
"scripts": {
0 commit comments