Skip to content

Commit 4e696de

Browse files
committed
Update dev-dependencies
1 parent c89552b commit 4e696de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"mdast-util-from-markdown": "^1.0.0",
4848
"micromark-extension-gfm-task-list-item": "^1.0.0",
4949
"prettier": "^2.0.0",
50-
"remark-cli": "^9.0.0",
51-
"remark-preset-wooorm": "^8.0.0",
50+
"remark-cli": "^10.0.0",
51+
"remark-preset-wooorm": "^9.0.0",
5252
"rimraf": "^3.0.0",
5353
"tape": "^5.0.0",
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^4.0.0",
5656
"unist-util-remove-position": "^4.0.0",
57-
"xo": "^0.42.0"
57+
"xo": "^0.45.0"
5858
},
5959
"scripts": {
6060
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ test('mdast -> markdown', (t) => {
311311
checked: true,
312312
children: [
313313
{
314-
// @ts-expect-error: definitions are fine.
315314
type: 'definition',
316315
label: 'd',
316+
identifier: 'd',
317317
title: null,
318318
url: 'definition'
319319
},

0 commit comments

Comments
 (0)