Skip to content

Commit fdf7da5

Browse files
committed
Update dev-dependencies
1 parent 08a5c6f commit fdf7da5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {expectType, expectAssignable} from 'tsd'
2-
import {Text, List, ListItem, HTML} from 'mdast'
2+
import type {Text, List, ListItem, HTML} from 'mdast'
33
import {u} from './index.js'
44

55
expectType<{type: 'example'}>(u('example'))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@types/tape": "^4.0.0",
4747
"c8": "^7.0.0",
4848
"prettier": "^2.0.0",
49-
"remark-cli": "^10.0.0",
49+
"remark-cli": "^11.0.0",
5050
"remark-preset-wooorm": "^9.0.0",
5151
"rimraf": "^3.0.0",
5252
"tape": "^5.0.0",
53-
"tsd": "^0.20.0",
53+
"tsd": "^0.25.0",
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^4.0.0",
56-
"xo": "^0.49.0"
56+
"xo": "^0.53.0"
5757
},
5858
"scripts": {
5959
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)