diff --git a/Cargo.toml b/Cargo.toml index a83de4b..691a8f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-biome" -version = "0.2.0" +version = "0.2.1" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-biome" @@ -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 }