Skip to content

Commit

Permalink
refactor: move ammonia and additional comrak features over from deno_…
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Dec 4, 2024
1 parent 4ca1b7f commit cab329c
Show file tree
Hide file tree
Showing 9 changed files with 332 additions and 28 deletions.
22 changes: 16 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ deno_semver = "0.5.2"
flate2 = "1"
thiserror = "1"
async-tar = "0.4.2"
deno_graph = "0.84.1"
deno_graph = "0.85.1"
deno_ast = { version = "0.43.3", features = ["view"] }
deno_doc = { version = "0.159.2", features = ["comrak"] }
deno_doc = { version = "0.161.0", features = ["comrak"] }
comrak = { version = "0.29.0", default-features = false }
ammonia = "4.0.0"
async-trait = "0.1.73"
jsonwebkey = { version = "0.3.5", features = ["jsonwebtoken", "jwt-convert"] }
jsonwebtoken = "8.3.0"
Expand Down Expand Up @@ -109,6 +110,7 @@ tree-sitter-rust = "0.21.2"
tree-sitter-html = "0.20.3"
tree-sitter-bash = "0.21.0"
tree-sitter-xml = "0.6.4"
lazy_static = "1.5.0"

[dev-dependencies]
flate2 = "1"
Expand Down
Loading

0 comments on commit cab329c

Please sign in to comment.