File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- version = " 0.50.0 "
3
+ version = " 0.50.1 "
4
4
authors = [
" David Sherret <[email protected] >" ]
5
5
edition = " 2018"
6
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
@@ -25,15 +25,15 @@ wasm = ["serde_json", "dprint-core/wasm"]
25
25
tracing = [" dprint-core/tracing" ]
26
26
27
27
[dependencies ]
28
- dprint-core = { version = " 0.43 .0" , features = [" formatting" ] }
28
+ dprint-core = { version = " 0.44 .0" , features = [" formatting" ] }
29
29
fnv = " 1.0.7"
30
30
serde = { version = " 1.0.118" , features = [" derive" ] }
31
31
serde_json = { version = " 1.0" , optional = true }
32
- swc_ast_view = { version = " 0.24 .0" , package = " dprint-swc-ecma-ast-view" }
33
- swc_common = " 0.11.0 "
34
- swc_ecmascript = { version = " 0.46.0 " , features = [" parser" ] }
32
+ swc_ast_view = { version = " 0.25 .0" , package = " dprint-swc-ecma-ast-view" }
33
+ swc_common = " 0.11.4 "
34
+ swc_ecmascript = { version = " 0.52.1 " , features = [" parser" ] }
35
35
36
36
[dev-dependencies ]
37
37
debug-here = " 0.2"
38
- dprint-development = " 0.4.0 "
38
+ dprint-development = " 0.4.1 "
39
39
serde_json = { version = " 1.0" }
You can’t perform that action at this time.
0 commit comments