Skip to content

Commit

Permalink
chore: Publish crates with swc_core v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 6, 2024
1 parent d48e6e8 commit c2c9e1a
Show file tree
Hide file tree
Showing 71 changed files with 85 additions and 93 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-rules-press.md

This file was deleted.

8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ binding_wasm = [
# Common deps for the SWC imports
swc = { optional = true, version = "5.0.0", path = "../swc" }
swc_common = { optional = true, version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "4.0.0", path = "../swc_ecma_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ swc_common = { version = "4.0.0", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features = [
"concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ swc_common = { version = "4.0.0", path = "../swc_common" }
anyhow = { workspace = true }
dashmap = { workspace = true }

swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
testing = { version = "4.0.0", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ swc_common = { version = "4.0.0", path = "../swc_common", features = [
] }
swc_compiler_base = { version = "5.0.0", path = "../swc_compiler_base" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "5.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "5.0.0", path = "../swc_ecma_lints" }
Expand Down Expand Up @@ -135,7 +135,7 @@ rayon = { workspace = true }
walkdir = { workspace = true }

codspeed-criterion-compat = { workspace = true }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "5.0.0", path = "../swc_ecma_lints", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ swc_common = { version = "4.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ swc_atoms = { optional = true, version = "2.0.0", path =
swc_bundler = { optional = true, version = "5.0.0", path = "../swc_bundler" }
swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" }
swc_common = { optional = true, version = "4.0.0", path = "../swc_common" }
swc_css_ast = { optional = true, version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { optional = true, version = "4.0.1", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "4.0.0", path = "../swc_css_codegen" }
swc_css_compat = { optional = true, version = "4.0.0", path = "../swc_css_compat" }
swc_css_minifier = { optional = true, version = "4.0.0", path = "../swc_css_minifier" }
Expand All @@ -353,7 +353,7 @@ swc_css_parser = { optional = true, version = "4.0.0", path =
swc_css_prefixer = { optional = true, version = "4.0.0", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "4.0.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "5.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "4.0.0", path = "../swc_ecma_loader" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules = ["swc_css_modules"]
prefixer = ["swc_css_prefixer"]

[dependencies]
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" }
swc_css_compat = { version = "4.0.0", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "4.0.0", path = "../swc_css_minifier", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git"
version = "4.0.0"
version = "4.0.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = { workspace = true }
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_cached = { version = "1.0.0", path = "../swc_cached" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { workspace = true, features = ["derive"] }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ serde = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
serde_json = { workspace = true }

swc_css_ast = { version = "4.0.0", path = "../swc_css_ast", features = [
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", features = [
"serde-impl",
] }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_prefixer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = { workspace = true }
preset_env_base = { version = "1.0.0", path = "../preset_env_base" }
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde_json = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
2 changes: 1 addition & 1 deletion crates/swc_css_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ serde = { workspace = true, optional = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_css_ast = { version = "4.0.0", path = "../swc_css_ast" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_visit = { version = "2.0.0", path = "../swc_visit" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "4.0.0"
version = "4.0.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing = { workspace = true }
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "5.0.0"
[dependencies]
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "5.0.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "5.0.0"

[dependencies]
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" }

swc_common = { version = "4.0.0", path = "../swc_common" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2016/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "5.0.0"
[dependencies]
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2020/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "5.0.0"
serde = { workspace = true, features = ["derive"] }
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_es2022 = { version = "5.0.0", path = "../swc_ecma_compat_es2022" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2021/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = { workspace = true }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "5.0.0"
tracing = { workspace = true }

swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ext_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ phf = { workspace = true, features = ["macros"] }

swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ swc_common = { version = "4.0.0", path = "../swc_common", features = [
"concurrent",
] }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ swc_common = { version = "4.0.0", path = "../swc_common" }
swc_config = { version = "1.0.0", path = "../swc_config", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
Expand Down
Loading

0 comments on commit c2c9e1a

Please sign in to comment.