Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Dec 17, 2024
1 parent 4a2abea commit d053b79
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/biome_css_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ biome_formatter_test = { path = "../biome_formatter_test" }
biome_fs = { path = "../biome_fs" }
biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_graphql_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ biome_fs = { path = "../biome_fs" }
biome_graphql_parser = { path = "../biome_graphql_parser" }
biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_grit_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ biome_grit_factory = { path = "../biome_grit_factory" }
biome_grit_parser = { path = "../biome_grit_parser" }
biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_html_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ biome_fs = { workspace = true }
biome_html_parser = { workspace = true }
biome_parser = { workspace = true }
biome_service = { workspace = true, features = ["experimental-html"] }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
tests_macros = { workspace = true }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ biome_js_factory = { path = "../biome_js_factory" }
biome_js_parser = { path = "../biome_js_parser" }
biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
quickcheck = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_json_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ biome_fs = { path = "../biome_fs" }
biome_json_parser = { path = "../biome_json_parser" }
biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ biome_json_parser = { workspace = true }
biome_project = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
countme = { workspace = true, features = ["enable"] }
countme = { workspace = true }
json_comments = { version = "0.2.2" }
serde_json = { workspace = true }
similar = { workspace = true }
Expand Down

0 comments on commit d053b79

Please sign in to comment.