@@ -25,16 +25,16 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
2626[dependencies ]
2727anyhow = " 1.0.51"
28- biome_css_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
29- biome_css_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
30- biome_css_syntax = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
31- biome_diagnostics = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
32- biome_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
33- biome_js_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
34- biome_js_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
35- biome_js_syntax = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
36- biome_json_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
37- biome_json_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.0 " }
28+ biome_css_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
29+ biome_css_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
30+ biome_css_syntax = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
31+ biome_diagnostics = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
32+ biome_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
33+ biome_js_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
34+ biome_js_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
35+ biome_js_syntax = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
36+ biome_json_formatter = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
37+ biome_json_parser = { git = " https://github.com/biomejs/biome" , tag = " cli/v1.8.3 " }
3838dprint-core = { version = " 0.67.0" , default-features = false }
3939serde = { version = " 1.0.193" , features = [" derive" ] }
4040serde_json = { version = " 1.0" , optional = true }
0 commit comments