We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a5aca commit 3c78ad2Copy full SHA for 3c78ad2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dprint-plugin-typescript"
3
-version = "0.62.1"
+version = "0.62.2"
4
authors = ["David Sherret <[email protected]>"]
5
edition = "2021"
6
homepage = "https://github.com/dprint/dprint-plugin-typescript"
@@ -26,7 +26,7 @@ tracing = ["dprint-core/tracing"]
26
27
[dependencies]
28
anyhow = "1.0.51"
29
-deno_ast = { version = "0.10.0", features = ["view"] }
+deno_ast = { version = "0.11.0", features = ["view"] }
30
dprint-core = { version = "0.50.0", features = ["formatting"] }
31
rustc-hash = "1.1.0"
32
serde = { version = "1.0.118", features = ["derive"] }
0 commit comments