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

Commit e169f16

Browse files
committed
Update swc deps
1 parent 0ca8ed8 commit e169f16

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

compiler/Cargo.lock

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

compiler/Cargo.toml

Lines changed: 5 additions & 5 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.6"
33-
swc_common = { version = "0.11.0", features = ["sourcemap"] }
34-
swc_ecmascript = { version = "0.46.0", features = ["codegen", "parser", "react", "transforms", "visit"] }
35-
swc_ecma_transforms_proposal = "0.26.0"
36-
swc_ecma_transforms_typescript = "0.28.0"
33+
swc_common = { version = "0.11.1", features = ["sourcemap"] }
34+
swc_ecmascript = { version = "0.47.0", features = ["codegen", "parser", "react", "transforms", "visit"] }
35+
swc_ecma_transforms_proposal = "0.27.0"
36+
swc_ecma_transforms_typescript = "0.29.0"
3737
swc_ecma_ast = "0.49.0"
3838
swc_ecma_visit = "0.35.0"
39-
swc_ecma_utils = "0.40.0"
39+
swc_ecma_utils = "0.40.1"
4040

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

0 commit comments

Comments
 (0)