Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 10, 2024
1 parent 77ecafc commit e19a7c4
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
v22.12.0
111 changes: 56 additions & 55 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ resolver = "2"
biome_json_parser = { version = "0.5.7" }
biome_json_syntax = { version = "0.5.7" }

malva = "0.11.0"
markup_fmt = "0.16.0"
malva = "0.11.1"
markup_fmt = "0.18.0"

serde = "1.0"
serde-wasm-bindgen = "0.6"
serde_json = "1.0"
wasm-bindgen = "0.2.93"
wasm-bindgen = "0.2.99"

[profile.release]
codegen-units = 4
Expand Down
2 changes: 1 addition & 1 deletion crates/web_fmt/src/format_markup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn format_markup_with_config(
src,
language,
&markup_config,
|src, Hints { print_width, attr, ext }| match ext.as_bytes() {
|src, Hints { print_width, attr, ext, .. }| match ext.as_bytes() {
b"js" | b"ts" | b"mjs" | b"cjs" | b"jsx" | b"tsx" | b"mjsx" | b"cjsx" | b"mtsx" => {
biome_fmt::format_script_with_config(
src,
Expand Down

0 comments on commit e19a7c4

Please sign in to comment.