File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- version = " 0.58.1 "
3
+ version = " 0.59.0 "
4
4
authors = [" David Sherret <dsherret@gmail.com>" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
7
7
keywords = [" formatting" , " formatter" , " typescript" , " javascript" ]
8
8
license = " MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
25
25
tracing = [" dprint-core/tracing" ]
26
26
27
27
[dependencies ]
28
- deno_ast = { version = " 0.4.1 " , features = [" view" ] }
29
- dprint-core = { version = " 0.46.4 " , features = [" formatting" ] }
28
+ deno_ast = { version = " 0.5.0 " , features = [" view" ] }
29
+ dprint-core = { version = " 0.47.0 " , features = [" formatting" ] }
30
30
rustc-hash = " 1.1.0"
31
31
serde = { version = " 1.0.118" , features = [" derive" ] }
32
32
serde_json = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments