Skip to content

Commit

Permalink
chore(release): 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 29, 2021
1 parent 0d8be38 commit 6871beb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "dprint-plugin-typescript"
version = "0.58.1"
version = "0.59.0"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-typescript"
keywords = ["formatting", "formatter", "typescript", "javascript"]
license = "MIT"
Expand All @@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
tracing = ["dprint-core/tracing"]

[dependencies]
deno_ast = { version = "0.4.1", features = ["view"] }
dprint-core = { version = "0.46.4", features = ["formatting"] }
deno_ast = { version = "0.5.0", features = ["view"] }
dprint-core = { version = "0.47.0", features = ["formatting"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 6871beb

Please sign in to comment.