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 9059a07 commit 24469e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"acorn": "^8.0.0",
"mdast-util-from-markdown": "^0.8.0",
"micromark-extension-mdx-jsx": "^0.2.0",
"micromark-extension-mdx-jsx": "^0.3.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
Expand Down
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ test('markdown -> mdast', function (t) {
}
],
sourceType: 'module',
comments: [],
loc: {start: {line: 1, column: 4}, end: {line: 1, column: 8}},
range: [4, 8]
}
Expand Down Expand Up @@ -403,6 +404,7 @@ test('markdown -> mdast', function (t) {
}
],
sourceType: 'module',
comments: [],
loc: {start: {line: 1, column: 6}, end: {line: 1, column: 7}},
range: [6, 7]
}
Expand Down

0 comments on commit 24469e5

Please sign in to comment.