Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jun 5, 2024
1 parent cd390df commit dfdd8f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ resolver = "2"
license = "MIT"
readme = "README.md"
repository = "https://github.com/wasm-fmt/web_fmt"
version = "0.1.9"
version = "0.1.10"


[workspace.dependencies]
biome_fmt = { path = "crates/biome_fmt", version = "0.1.9", default-features = false }
common = { path = "crates/common", version = "0.1.9" }
json_fmt = { path = "crates/json_fmt", version = "0.1.9", default-features = false }
biome_fmt = { path = "crates/biome_fmt", version = "0.1.10", default-features = false }
common = { path = "crates/common", version = "0.1.10" }
json_fmt = { path = "crates/json_fmt", version = "0.1.10", default-features = false }

biome_formatter = { version = "0.5.7" }
biome_js_formatter = { version = "0.5.7" }
Expand All @@ -25,6 +25,9 @@ resolver = "2"
biome_json_parser = { version = "0.5.7" }
biome_json_syntax = { version = "0.5.7" }

malva = "0.4.0"
markup_fmt = "0.8.0"

serde = "1.0"
serde-wasm-bindgen = "0.6"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/web_fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ common = { workspace = true, features = [

biome_fmt = { workspace = true, default-features = false }
json_fmt = { workspace = true, default-features = false }
malva = { version = "0.4.0", features = ["config_serde"] }
markup_fmt = { version = "0.8.0", features = ["config_serde"] }
malva = { workspace = true, features = ["config_serde"] }
markup_fmt = { workspace = true, features = ["config_serde"] }

serde = { workspace = true, features = ["derive"] }
serde-wasm-bindgen = { workspace = true }
Expand Down

0 comments on commit dfdd8f9

Please sign in to comment.