Skip to content

Commit

Permalink
Merge branch 'main' into feat/class-sorting-tw-div
Browse files Browse the repository at this point in the history
  • Loading branch information
Yz4230 authored Dec 9, 2024
2 parents 02a7ebb + 5c51cb9 commit 9896b1e
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 45 deletions.
72 changes: 34 additions & 38 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ biome_test_utils = { path = "./crates/biome_test_utils" }
tests_macros = { path = "./crates/tests_macros" }

# Crates needed in the workspace
anyhow = "1.0.93"
anyhow = "1.0.94"
bpaf = { version = "0.9.15", features = ["derive"] }
countme = "3.0.1"
crossbeam = "0.8.4"
Expand All @@ -182,7 +182,7 @@ enumflags2 = "0.7.10"
getrandom = "0.2.15"
globset = "0.4.15"
ignore = "0.4.23"
indexmap = { version = "2.6.0", features = ["serde"] }
indexmap = { version = "2.7.0", features = ["serde"] }
insta = "1.41.1"
natord = "1.0.9"
oxc_resolver = "1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enumflags2 = { workspace = true }
globset = { workspace = true }
natord = { workspace = true }
regex = { workspace = true }
roaring = "0.10.7"
roaring = "0.10.8"
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ experimental-html = ["biome_service/experimental-html"]
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_service = { workspace = true }
js-sys = "0.3.74"
js-sys = "0.3.76"
serde = { workspace = true }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.97", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.99", features = ["serde-serialize"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down
2 changes: 1 addition & 1 deletion xtask/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ biome_rowan = { workspace = true }
ansi_rgb = "0.2.0"
codspeed-criterion-compat = { version = "2.7.2", optional = true }
criterion = "0.5.1"
ureq = "2.11.0"
ureq = "2.12.1"
url = "2.5.3"

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.12.2", default-features = false, optional = true }
quote = "1.0.36"
serde = { workspace = true, optional = true }
ureq = "2.11.0"
ureq = "2.12.1"
xtask = { path = '../', version = "0.0" }

biome_analyze = { workspace = true, optional = true }
Expand Down

0 comments on commit 9896b1e

Please sign in to comment.