From 6871beb80e5400f6e9043db0449e87c60c59500a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 29 Oct 2021 13:16:38 -0400 Subject: [PATCH] chore(release): 0.59.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b066567..4320c058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "dprint-plugin-typescript" -version = "0.58.1" +version = "0.59.0" authors = ["David Sherret "] -edition = "2018" +edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript" keywords = ["formatting", "formatter", "typescript", "javascript"] license = "MIT" @@ -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 }