File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - uses : actions/checkout@v2
23+ - uses : actions-rs/toolchain@v1
24+ with :
25+ profile : minimal
26+ toolchain : 1.56.0
27+ override : true
2328 - name : Install wasm32 target
2429 if : matrix.config.kind == 'test_release'
2530 run : rustup target add wasm32-unknown-unknown
Original file line number Diff line number Diff line change 11[package ]
22name = " dprint-plugin-typescript"
3- version = " 0.58.1 "
3+ version = " 0.59.0 "
44authors = [" David Sherret <dsherret@gmail.com>" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66homepage = " https://github.com/dprint/dprint-plugin-typescript"
77keywords = [" formatting" , " formatter" , " typescript" , " javascript" ]
88license = " MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525tracing = [" dprint-core/tracing" ]
2626
2727[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" ] }
3030rustc-hash = " 1.1.0"
3131serde = { version = " 1.0.118" , features = [" derive" ] }
3232serde_json = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments