Skip to content

Commit d7a0967

Browse files
committed
Update dev-dependencies
1 parent 93a6640 commit d7a0967

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, expectNotType} from 'tsd'
2-
import {Node, Parent} from 'unist'
2+
import {type Node, type Parent} from 'unist'
33
import {assert, parent} from './index.js'
44

55
const emptyNode = {type: 'a'}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"@types/tape": "^4.0.0",
4848
"c8": "^7.0.0",
4949
"prettier": "^2.0.0",
50-
"remark-cli": "^10.0.0",
50+
"remark-cli": "^11.0.0",
5151
"remark-preset-wooorm": "^9.0.0",
5252
"rimraf": "^3.0.0",
5353
"tape": "^5.0.0",
54-
"tsd": "^0.20.0",
54+
"tsd": "^0.25.0",
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^4.0.0",
57-
"xo": "^0.49.0"
57+
"xo": "^0.53.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)