Skip to content

Commit

Permalink
updated SWC to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Apr 13, 2024
1 parent 1e42d4b commit 7ca0d11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rayon = { version = "1.10.0", optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }
sha-1 = "=0.10.1"

swc_core = { version = "0.90.26", features = [
swc_core = { version = "0.90.30", features = [
"swc_atoms",
"swc_common",
"swc_ecma_ast",
Expand All @@ -50,13 +50,13 @@ swc_core = { version = "0.90.26", features = [
"ecma_ast",
"common",
] }
swc_ecma_parser = { version = "0.143.11" }
swc_ecma_parser = { version = "0.143.13" }
swc_config = { version = "0.1.12" }

[dev-dependencies]
swc_ecma_codegen = { version = "0.148.13" }
swc_ecma_transforms_compat = { version = "0.163.17" }
swc_ecma_transforms_module = { version = "0.180.17" }
swc_ecma_transforms_testing = { version = "0.140.17" }
swc_ecma_codegen = { version = "0.148.15" }
swc_ecma_transforms_compat = { version = "0.163.18" }
swc_ecma_transforms_module = { version = "0.180.19" }
swc_ecma_transforms_testing = { version = "0.140.18" }
swc_ecma_transforms = { version = "0.229.18" }
testing = { version = "0.35.21" }
testing = { version = "0.35.22" }

0 comments on commit 7ca0d11

Please sign in to comment.