Skip to content

Commit 9048259

Browse files
committed
Update dev-dependencies
1 parent 37672e7 commit 9048259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
expectError
77
} from 'tsd'
88
import {Heading} from 'mdast'
9-
import * as unified from 'unified'
9+
import {unified} from 'unified'
1010
import {is, convert} from './index.js'
1111

1212
/* Setup. */

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"remark-preset-wooorm": "^8.0.0",
4949
"rimraf": "^3.0.0",
5050
"tape": "^5.0.0",
51-
"tsd": "^0.14.0",
51+
"tsd": "^0.17.0",
5252
"type-coverage": "^2.0.0",
5353
"typescript": "^4.0.0",
54-
"unified": "^9.0.0",
54+
"unified": "^10.0.0",
5555
"xo": "^0.42.0"
5656
},
5757
"scripts": {

0 commit comments

Comments
 (0)