Skip to content

Commit 3c78ad2

Browse files
committed
chore(release): 0.62.2 - upgrades deno_ast
1 parent 23a5aca commit 3c78ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.62.1"
3+
version = "0.62.2"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
@@ -26,7 +26,7 @@ tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
2828
anyhow = "1.0.51"
29-
deno_ast = { version = "0.10.0", features = ["view"] }
29+
deno_ast = { version = "0.11.0", features = ["view"] }
3030
dprint-core = { version = "0.50.0", features = ["formatting"] }
3131
rustc-hash = "1.1.0"
3232
serde = { version = "1.0.118", features = ["derive"] }

0 commit comments

Comments
 (0)