Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit e9e02b7

Browse files
committed
Upgrade swc deps
1 parent cc5f76b commit e9e02b7

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

compiler/Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ url = "2.2.2"
3030
# docs: https://swc.rs
3131
# crate: https://crates.io/search?q=swc
3232
swc_atoms = "0.2.7"
33-
swc_common = { version = "0.12.0", features = ["sourcemap"] }
34-
swc_ecmascript = { version = "0.63.0", features = ["codegen", "parser", "react", "transforms", "visit"] }
35-
swc_ecma_transforms_proposal = "0.38.0"
36-
swc_ecma_transforms_typescript = "0.40.0"
33+
swc_common = { version = "0.12.1", features = ["sourcemap"] }
34+
swc_ecmascript = { version = "0.63.1", features = ["codegen", "parser", "react", "transforms", "visit"] }
35+
swc_ecma_transforms_proposal = "0.38.1"
36+
swc_ecma_transforms_typescript = "0.40.3"
3737
swc_ecma_ast = "0.52.0"
38-
swc_ecma_visit = "0.38.0"
39-
swc_ecma_utils = "0.44.0"
38+
swc_ecma_visit = "0.38.1"
39+
swc_ecma_utils = "0.44.2"
4040

4141
# wasm-bindgen
4242
# docs: https://rustwasm.github.io/docs/wasm-bindgen

0 commit comments

Comments
 (0)