Skip to content

Commit e4787fe

Browse files
authored
0.40.0
1 parent a8450ed commit e4787fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript and JavaScript code formatter."
44
keywords = ["formatting", "formatter", "typescript", "javascript"]
5-
version = "0.39.1"
5+
version = "0.40.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -27,8 +27,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
2727
dprint-core = { version = "0.35.1", features = ["formatting"] }
2828
fnv = "1.0.3"
2929
swc_common = "0.10.9"
30-
swc_ecmascript = { version = "0.18.8", features = ["parser"] }
31-
swc_ast_view = { version = "0.6.0", package = "dprint-swc-ecma-ast-view" }
30+
swc_ecmascript = { version = "0.20.0", features = ["parser"] }
31+
swc_ast_view = { version = "0.7.0", package = "dprint-swc-ecma-ast-view" }
3232
serde = { version = "1.0.118", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }
3434

0 commit comments

Comments
 (0)