Skip to content

Commit

Permalink
feat(swc-jni): dump version
Browse files Browse the repository at this point in the history
swc_core ==> 0.87.27
swc ==> 0.270.25
swc_ecma_transforms ==> 0.227.19
swc_ecma_transforms_base ==> 0.135.11
  • Loading branch information
yidafu committed Jan 19, 2024
1 parent bdb4db1 commit 3b3a4e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swc-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ edition = "2021"
anyhow = "1.0.75"
jni = "0.21.1"
jni_fn = "0.1.2"
swc_core = "0.86.79"
swc_core = "0.87.27"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc = "0.269.70"
swc = "0.270.25"
swc_common = "0.33.9"
swc_ecma_ast = { version ="0.110.10", features = ["serde-impl"] }
swc_ecma_transforms = "0.226.59"
swc_ecma_transforms_base = "0.134.46"
swc_ecma_transforms = "0.227.19"
swc_ecma_transforms_base = "0.135.11"
swc_ecma_visit = "0.96.10"
tracing = "0.1.40"
swc_ecma_codegen = "0.146.39"
Expand Down

0 comments on commit 3b3a4e0

Please sign in to comment.