We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5fdd4 commit c7a6ffcCopy full SHA for c7a6ffc
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.7"
+version = "0.32.8"
6
authors = ["David Sherret <dsherret@gmail.com>"]
7
edition = "2018"
8
license = "MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
25
26
[dependencies]
27
dprint-core = { version = "0.31.0", features = ["formatting"] }
28
-swc_common = "=0.10.4"
29
-swc_ecmascript = { version = "=0.13.1", features = ["parser"] }
+swc_common = "=0.10.5"
+swc_ecmascript = { version = "=0.13.3", features = ["parser"] }
30
serde = { version = "1.0.88", features = ["derive"] }
31
serde_json = { version = "1.0", optional = true }
32
0 commit comments