Skip to content

Commit a00be59

Browse files
authored
chore: update swc + 0.47.0 (#138)
1 parent 0bebbbf commit a00be59

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 and JavaScript code formatter."
44
keywords = ["formatting", "formatter", "typescript", "javascript"]
5-
version = "0.46.2"
5+
version = "0.47.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -27,9 +27,9 @@ tracing = ["dprint-core/tracing"]
2727
[dependencies]
2828
dprint-core = { version = "0.43.0", features = ["formatting"] }
2929
fnv = "1.0.7"
30-
swc_common = "0.10.20"
31-
swc_ecmascript = { version = "0.43.0", features = ["parser"] }
32-
swc_ast_view = { version = "0.21.1", package = "dprint-swc-ecma-ast-view" }
30+
swc_common = "0.10.21"
31+
swc_ecmascript = { version = "0.44.0", features = ["parser"] }
32+
swc_ast_view = { version = "0.22.0", package = "dprint-swc-ecma-ast-view" }
3333
serde = { version = "1.0.118", features = ["derive"] }
3434
serde_json = { version = "1.0", optional = true }
3535

0 commit comments

Comments
 (0)