Skip to content

Commit

Permalink
Update markdown, swc_core
Browse files Browse the repository at this point in the history
Closes GH-29.
  • Loading branch information
wooorm committed Jun 13, 2023
1 parent eaeaded commit 24a0f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ include = ["src/", "license"]
serializable = ["serde"]

[dependencies]
markdown = "1.0.0-alpha.7"
markdown = "1.0.0-alpha.10"
serde = { version = "1", optional = true }
swc_core = { version = "0.76.0", features = [
swc_core = { version = "0.78.0", features = [
"ecma_ast",
"ecma_visit",
"ecma_codegen",
Expand Down
1 change: 0 additions & 1 deletion src/mdx_plugin_recma_document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ fn create_mdx_content(expr: Option<Expr>, has_internal_layout: bool) -> Vec<Modu
})),
right: Box::new(create_object_expression(vec![])),
span: swc_core::common::DUMMY_SP,
type_ann: None,
}),
decorators: vec![],
span: swc_core::common::DUMMY_SP,
Expand Down

0 comments on commit 24a0f63

Please sign in to comment.