Skip to content

Commit 6871beb

Browse files
committed
chore(release): 0.59.0
1 parent 0d8be38 commit 6871beb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.58.1"
3+
version = "0.59.0"
44
authors = ["David Sherret <dsherret@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
77
keywords = ["formatting", "formatter", "typescript", "javascript"]
88
license = "MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
tracing = ["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"] }
3030
rustc-hash = "1.1.0"
3131
serde = { version = "1.0.118", features = ["derive"] }
3232
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)