Skip to content

Commit 4b0db74

Browse files
committed
Update dev-dependencies
1 parent 02394a1 commit 4b0db74

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,6 @@ export function mdxJsxToMarkdown(options) {
661661
if (node.children && node.children.length > 0) {
662662
if (node.type === 'mdxJsxTextElement') {
663663
value += tracker.move(
664-
// @ts-expect-error: `containerPhrasing` is typed correctly, but TS
665-
// generates *hardcoded* types, which means that our dynamically added
666-
// directives are not present.
667-
// At some point, TS should fix that, and `from-markdown` should be fine.
668664
state.containerPhrasing(node, {
669665
...tracker.current(),
670666
before: '>',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"type-coverage": "^2.0.0",
6262
"typescript": "^5.0.0",
6363
"unist-util-remove-position": "^5.0.0",
64-
"xo": "^0.59.0"
64+
"xo": "^0.60.0"
6565
},
6666
"scripts": {
6767
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)