We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c4cb0 commit dde0d74Copy full SHA for dde0d74
Cargo.toml
@@ -28,8 +28,8 @@ tracing = ["dprint-core/tracing"]
28
dprint-core = { version = "0.42.0", features = ["formatting"] }
29
fnv = "1.0.7"
30
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" }
+swc_ecmascript = { version = "0.39.0", features = ["parser"] }
+swc_ast_view = { version = "0.21.0", package = "dprint-swc-ecma-ast-view" }
33
serde = { version = "1.0.118", features = ["derive"] }
34
serde_json = { version = "1.0", optional = true }
35
0 commit comments