Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Dec 1, 2023
1 parent 3063648 commit 6718df9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-biome"
version = "0.2.0"
version = "0.2.1"
authors = ["David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-biome"
Expand All @@ -25,13 +25,13 @@ wasm = ["serde_json", "dprint-core/wasm"]

[dependencies]
anyhow = "1.0.51"
biome_diagnostics = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_js_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_js_parser = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_js_syntax = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_json_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_json_parser = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.0" }
biome_diagnostics = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_js_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_js_parser = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_js_syntax = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_json_formatter = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
biome_json_parser = { git = "https://github.com/biomejs/biome", tag = "cli/v1.4.1" }
dprint-core = { version = "0.65.0", default-features = false }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 6718df9

Please sign in to comment.