File tree Expand file tree Collapse file tree 8 files changed +31
-54
lines changed
Expand file tree Collapse file tree 8 files changed +31
-54
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ unicode-segmentation = "1.12.0"
2323unicode-width = { workspace = true }
2424
2525[dev-dependencies ]
26- trybuild = " =1.0.111 "
26+ trybuild = " =1.0.114 "
2727
2828
2929[features ]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ std = []
5454[dev-dependencies ]
5555insta = { workspace = true }
5656serde_json = { workspace = true }
57- trybuild = " =1.0.111 "
57+ trybuild = " =1.0.114 "
5858
5959[lints ]
6060workspace = true
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ biome_js_parser = { workspace = true }
4646biome_json_parser = { workspace = true }
4747biome_json_value = { workspace = true }
4848biome_test_utils = { workspace = true }
49- divan = { package = " codspeed-divan-compat" , version = " * " }
49+ divan = { package = " codspeed-divan-compat" , version = " =4.0.4 " }
5050insta = { workspace = true }
5151walkdir = { workspace = true }
5252
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ serde = { workspace = true }
3232static_assertions = { workspace = true }
3333
3434[dev-dependencies ]
35- divan = { package = " codspeed-divan-compat" , version = " * " }
35+ divan = { package = " codspeed-divan-compat" , version = " =4.0.4 " }
3636insta = { workspace = true }
3737tests_macros = { path = " ../tests_macros" }
3838
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ version = "0.0.0"
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- append-only-vec = " 0.1.7 "
17+ append-only-vec = " 0.1.8 "
1818biome_analyze = { workspace = true , features = [" serde" ] }
1919biome_configuration = { workspace = true }
2020biome_console = { workspace = true }
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ biome_diagnostics = { workspace = true }
2424biome_fs = { workspace = true }
2525biome_service = { workspace = true }
2626camino = { workspace = true }
27- js-sys = " 0.3.81 "
27+ js-sys = " 0.3.82 "
2828serde = { workspace = true }
2929serde-wasm-bindgen = " 0.6.5"
30- wasm-bindgen = { version = " 0.2.104 " , features = [" serde-serialize" ] }
30+ wasm-bindgen = { version = " 0.2.105 " , features = [" serde-serialize" ] }
3131
3232# The `console_error_panic_hook` crate provides better debugging of panics by
3333# logging them with `console.error`. This is great for development, but requires
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ publish = false
55version = " 0.0.0"
66
77[dependencies ]
8- ascii_table = " 4.0.7 "
8+ ascii_table = " 4.0.8 "
99backtrace = " 0.3.76"
1010biome_console = { workspace = true }
1111biome_diagnostics = { workspace = true }
@@ -17,7 +17,7 @@ biome_rowan = { workspace = true }
1717biome_string_case = { workspace = true }
1818camino = { workspace = true }
1919colored = " 3.0.0"
20- indicatif = { version = " 0.18.0 " , features = [" improved_unicode" ] }
20+ indicatif = { version = " 0.18.2 " , features = [" improved_unicode" ] }
2121pico-args = { version = " 0.5.0" , features = [" eq-separator" ] }
2222regex = { workspace = true }
2323serde = { workspace = true , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments