We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3da78 commit 2fd5b59Copy full SHA for 2fd5b59
1 file changed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "dprint-plugin-typescript"
3
description = "TypeScript code formatting plugin for dprint."
4
keywords = ["formatting", "formatter", "typescript"]
5
-version = "0.35.1"
+version = "0.36.0"
6
authors = ["David Sherret <dsherret@gmail.com>"]
7
edition = "2018"
8
license = "MIT"
@@ -26,7 +26,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
26
[dependencies]
27
dprint-core = { version = "0.33.1", features = ["formatting"] }
28
swc_common = "0.10.7"
29
-swc_ecmascript = { version = "0.15.0", features = ["parser"] }
+swc_ecmascript = { version = "0.16.0", features = ["parser"] }
30
serde = { version = "1.0.118", features = ["derive"] }
31
serde_json = { version = "1.0", optional = true }
32
0 commit comments