Skip to content

Commit 10cc838

Browse files
committed
chore: upgrade to deno_ast 0.16
1 parent fb4911c commit 10cc838

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

Cargo.lock

Lines changed: 24 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.69.3"
3+
version = "0.69.4"
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.15.0", features = ["view"] }
29+
deno_ast = { version = "0.16.0", features = ["view"] }
3030
dprint-core = { version = "0.58.2", features = ["formatting"] }
3131
rustc-hash = "1.1.0"
3232
serde = { version = "1.0.118", features = ["derive"] }

0 commit comments

Comments
 (0)