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

Commit 607575f

Browse files
committed
Upgrade swc deps
1 parent 3eb8129 commit 607575f

File tree

2 files changed

+31
-84
lines changed

2 files changed

+31
-84
lines changed

compiler/Cargo.lock

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

compiler/Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ url = "2.2.1"
3030
# swc
3131
# docs: https://swc.rs
3232
swc_atoms = "0.2.6"
33-
swc_common = { version = "0.10.15", features = ["sourcemap"] }
34-
swc_ecmascript = { version = "0.31.0", features = ["codegen", "parser", "react", "transforms", "visit"] }
35-
swc_ecma_transforms_compat = "0.13.0"
36-
swc_ecma_transforms_proposal = "0.13.0"
37-
swc_ecma_transforms_typescript = "0.14.0"
38-
swc_ecma_ast = "0.43.0"
39-
swc_ecma_visit = "0.29.0"
40-
swc_ecma_utils = "0.34.0"
33+
swc_common = { version = "0.10.16", features = ["sourcemap"] }
34+
swc_ecmascript = { version = "0.31.2", features = ["codegen", "parser", "react", "transforms", "visit"] }
35+
swc_ecma_transforms_proposal = "0.13.3"
36+
swc_ecma_transforms_typescript = "0.14.4"
37+
swc_ecma_ast = "0.43.1"
38+
swc_ecma_visit = "0.29.1"
39+
swc_ecma_utils = "0.34.1"
4140

4241
# wasm-bindgen
4342
# docs: https://rustwasm.github.io/docs/wasm-bindgen

0 commit comments

Comments
 (0)