Skip to content

Commit 885c569

Browse files
committed
Update dev-dependencies
1 parent fecc017 commit 885c569

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
"mdast-util-from-markdown": "^0.8.0",
4343
"micromark-extension-mdx": "^0.2.0",
44-
"micromark-extension-mdxjs": "^0.2.0",
44+
"micromark-extension-mdxjs": "^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
@@ -78,6 +78,7 @@ test('markdown -> mdast', function (t) {
7878
}
7979
],
8080
sourceType: 'module',
81+
comments: [],
8182
range: [0, 17]
8283
}
8384
}
@@ -187,6 +188,7 @@ test('markdown -> mdast', function (t) {
187188
}
188189
],
189190
sourceType: 'module',
191+
comments: [],
190192
loc: {start: {line: 1, column: 1}, end: {line: 1, column: 6}},
191193
range: [1, 6]
192194
}

0 commit comments

Comments
 (0)