Skip to content

Commit 24469e5

Browse files
committed
Update dev-dependencies
1 parent 9059a07 commit 24469e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"acorn": "^8.0.0",
4343
"mdast-util-from-markdown": "^0.8.0",
44-
"micromark-extension-mdx-jsx": "^0.2.0",
44+
"micromark-extension-mdx-jsx": "^0.3.0",
4545
"nyc": "^15.0.0",
4646
"prettier": "^2.0.0",
4747
"remark-cli": "^9.0.0",

test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ test('markdown -> mdast', function (t) {
340340
}
341341
],
342342
sourceType: 'module',
343+
comments: [],
343344
loc: {start: {line: 1, column: 4}, end: {line: 1, column: 8}},
344345
range: [4, 8]
345346
}
@@ -403,6 +404,7 @@ test('markdown -> mdast', function (t) {
403404
}
404405
],
405406
sourceType: 'module',
407+
comments: [],
406408
loc: {start: {line: 1, column: 6}, end: {line: 1, column: 7}},
407409
range: [6, 7]
408410
}

0 commit comments

Comments
 (0)