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 ba13425 commit bcebc7aCopy full SHA for bcebc7a
Cargo.toml
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
25
26
[dependencies]
27
dprint-core = { version = "0.31.0", features = ["formatting"] }
28
-swc_common = "=0.10.3"
29
-swc_ecmascript = { version = "=0.9.1", features = ["parser"] }
+swc_common = "=0.10.4"
+swc_ecmascript = { version = "=0.10.1", features = ["parser"] }
30
serde = { version = "1.0.88", features = ["derive"] }
31
serde_json = { version = "1.0", optional = true }
32
0 commit comments