Skip to content

Commit 1f3da78

Browse files
authored
0.35.1
* upgrade swc_ecmascript to 0.15.0
1 parent 56c6730 commit 1f3da78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript code formatting plugin for dprint."
44
keywords = ["formatting", "formatter", "typescript"]
5-
version = "0.35.0"
5+
version = "0.35.1"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -25,9 +25,9 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525

2626
[dependencies]
2727
dprint-core = { version = "0.33.1", features = ["formatting"] }
28-
swc_common = "0.10.6"
29-
swc_ecmascript = { version = "0.14.4", features = ["parser"] }
30-
serde = { version = "1.0.88", features = ["derive"] }
28+
swc_common = "0.10.7"
29+
swc_ecmascript = { version = "0.15.0", features = ["parser"] }
30+
serde = { version = "1.0.118", features = ["derive"] }
3131
serde_json = { version = "1.0", optional = true }
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)