Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 23, 2020
1 parent 08b1dd1 commit 1c4d9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"acorn": "^8.0.0",
"mdast-util-from-markdown": "^0.8.0",
"mdast-util-to-markdown": "^0.6.0",
"micromark-extension-mdxjs-esm": "^0.2.0",
"micromark-extension-mdxjs-esm": "^0.3.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ test('markdown -> mdast', function (t) {
}
],
sourceType: 'module',
comments: [],
range: [0, 35]
}
}
Expand Down

0 comments on commit 1c4d9e5

Please sign in to comment.