We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d94176 commit 93469f7Copy full SHA for 93469f7
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.32.5"
+version = "0.32.6"
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.31.0", features = ["formatting"] }
28
swc_common = "=0.10.4"
29
-swc_ecmascript = { version = "=0.10.1", features = ["parser"] }
+swc_ecmascript = { version = "=0.11.1", features = ["parser"] }
30
serde = { version = "1.0.88", features = ["derive"] }
31
serde_json = { version = "1.0", optional = true }
32
0 commit comments