Skip to content

Commit 40c121f

Browse files
committed
chore(release): 0.58.1
Upgrades swc.
1 parent 239d5c1 commit 40c121f

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.58.0"
3+
version = "0.58.1"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
@@ -25,7 +25,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
28-
deno_ast = { version = "0.4.0", features = ["view"] }
28+
deno_ast = { version = "0.4.1", features = ["view"] }
2929
dprint-core = { version = "0.46.4", features = ["formatting"] }
3030
rustc-hash = "1.1.0"
3131
serde = { version = "1.0.118", features = ["derive"] }

0 commit comments

Comments
 (0)