File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " dprint-plugin-typescript"
33description = " TypeScript and JavaScript code formatter."
44keywords = [" formatting" , " formatter" , " typescript" , " javascript" ]
5- version = " 0.46.2 "
5+ version = " 0.47.0 "
66authors = [" David Sherret <dsherret@gmail.com>" ]
77edition = " 2018"
88license = " MIT"
@@ -27,9 +27,9 @@ tracing = ["dprint-core/tracing"]
2727[dependencies ]
2828dprint-core = { version = " 0.43.0" , features = [" formatting" ] }
2929fnv = " 1.0.7"
30- swc_common = " 0.10.20 "
31- swc_ecmascript = { version = " 0.43 .0" , features = [" parser" ] }
32- swc_ast_view = { version = " 0.21.1 " , package = " dprint-swc-ecma-ast-view" }
30+ swc_common = " 0.10.21 "
31+ swc_ecmascript = { version = " 0.44 .0" , features = [" parser" ] }
32+ swc_ast_view = { version = " 0.22.0 " , package = " dprint-swc-ecma-ast-view" }
3333serde = { version = " 1.0.118" , features = [" derive" ] }
3434serde_json = { version = " 1.0" , optional = true }
3535
You can’t perform that action at this time.
0 commit comments