Skip to content

Commit 1c4d9e5

Browse files
committed
Update dev-dependencies
1 parent 08b1dd1 commit 1c4d9e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"acorn": "^8.0.0",
3939
"mdast-util-from-markdown": "^0.8.0",
4040
"mdast-util-to-markdown": "^0.6.0",
41-
"micromark-extension-mdxjs-esm": "^0.2.0",
41+
"micromark-extension-mdxjs-esm": "^0.3.0",
4242
"nyc": "^15.0.0",
4343
"prettier": "^2.0.0",
4444
"remark-cli": "^9.0.0",

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ test('markdown -> mdast', function (t) {
180180
}
181181
],
182182
sourceType: 'module',
183+
comments: [],
183184
range: [0, 35]
184185
}
185186
}

0 commit comments

Comments
 (0)