Skip to content

Commit dde0d74

Browse files
authored
chore: Upgrade swc_ecmascript to 0.39.0 (#135)
1 parent a7c4cb0 commit dde0d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ tracing = ["dprint-core/tracing"]
2828
dprint-core = { version = "0.42.0", features = ["formatting"] }
2929
fnv = "1.0.7"
3030
swc_common = "0.10.20"
31-
swc_ecmascript = { version = "0.36.0", features = ["parser"] }
32-
swc_ast_view = { version = "0.20.0", package = "dprint-swc-ecma-ast-view" }
31+
swc_ecmascript = { version = "0.39.0", features = ["parser"] }
32+
swc_ast_view = { version = "0.21.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)