Skip to content

Commit

Permalink
chore(common): Update sourcemap (#8544)
Browse files Browse the repository at this point in the history
**Related issue:**

 - Closes #7822
  • Loading branch information
kdy1 authored Jan 23, 2024
1 parent 12be23c commit 4630426
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ regex = "1"
rustc-hash = "1.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sourcemap = "6.2"
sourcemap = "6.4"
tracing = "0.1.37"
url = "2.4.0"

Expand Down
8 changes: 4 additions & 4 deletions crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
sourcemap = "6.2.2"
sourcemap = "6.4.1"
tracing = "0.1.37"
tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"

swc_core = { version = "0.88.4", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
"trace_macro",
"common_concurrent",
"base_concurrent",
], path = "../swc_core" }

[dev-dependencies]
Expand Down
24 changes: 12 additions & 12 deletions crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ anyhow = "1.0.75"
base64 = "0.21.0"
pathdiff = "0.2.0"
serde = { version = "1.0.188", features = ["derive"] }
sourcemap = "6.2"
sourcemap = "6.4"
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.14", path = "../swc_common", features = [
"sourcemap",
"sourcemap",
] }
swc_config = { version = "0.1.9", path = "../swc_config" }
swc_ecma_ast = { version = "0.111.0", path = "../swc_ecma_ast" }
Expand All @@ -30,14 +30,14 @@ swc_ecma_parser = { version = "0.142.0", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.97.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.15", path = "../swc_timer" }

[dependencies.napi-derive]
default-features = false
features = ["type-def"]
optional = true
version = "2.0.0"
[dependencies.napi-derive]
default-features = false
features = ["type-def"]
optional = true
version = "2.0.0"

[dependencies.napi]
default-features = false
features = ["napi3"]
optional = true
version = "2.0.0"
[dependencies.napi]
default-features = false
features = ["napi3"]
optional = true
version = "2.0.0"
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ num-bigint = { version = "0.4", features = ["serde"] }
once_cell = "1.18.0"
rustc-hash = "1.1.0"
serde = "1.0.127"
sourcemap = "6.2"
sourcemap = "6.4"
tracing = "0.1.37"

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ swc_ecma_visit = { version = "0.97.0", path = "../swc_ecma_vis

[dev-dependencies]
pretty_assertions = "1.3"
sourcemap = "6.2"
sourcemap = "6.4"
tempfile = "3"

swc_ecma_codegen = { version = "0.147.0", path = "../swc_ecma_codegen" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4.3"
serde = "1"
serde_json = "1"
sha2 = "0.10.8"
sourcemap = "6.2"
sourcemap = "6.4"
tempfile = "3.6.0"

swc_common = { version = "0.33.14", path = "../swc_common", features = [
Expand Down

0 comments on commit 4630426

Please sign in to comment.