Skip to content

Commit

Permalink
chore: update swc to v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and marco-ippolito committed Jan 30, 2025
1 parent 990b838 commit e2559e7
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
26 changes: 13 additions & 13 deletions deps/swc/Cargo.lock

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

54 changes: 27 additions & 27 deletions deps/swc/bindings/Cargo.lock

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

10 changes: 5 additions & 5 deletions deps/swc/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ resolver = "2"
sourcemap = "8.0.1"
swc_atoms = "3.0.4"
swc_cached = "1.0.0"
swc_cli_impl = "11.0.0"
swc_cli_impl = "12.0.0"
swc_common = "5.0.1"
swc_compiler_base = "9.0.0"
swc_compiler_base = "10.0.0"
swc_config = "1.0.0"
swc_core = "11.0.1"
swc_core = "12.0.0"
swc_css_ast = "5.0.0"
swc_css_codegen = "5.0.0"
swc_css_minifier = "5.0.0"
swc_css_parser = "5.0.0"
swc_error_reporters = "6.0.0"
swc_fast_ts_strip = "8.0.0"
swc_html = "8.0.0"
swc_html = "9.0.0"
swc_html_ast = "5.0.0"
swc_html_minifier = "8.0.0"
swc_html_minifier = "9.0.0"
swc_malloc = "1.0.0"
swc_nodejs_common = "1.0.0"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_core_wasm"
publish = false
repository = { workspace = true }
version = "1.10.11"
version = "1.10.12"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_minifier_wasm"
publish = false
repository = { workspace = true }
version = "1.10.11"
version = "1.10.12"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_typescript_wasm"
publish = false
repository = { workspace = true }
version = "1.10.11"
version = "1.10.12"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc_cli"
repository = { workspace = true }
version = "0.91.473"
version = "0.91.475"

[[bin]]
bench = false
Expand Down

0 comments on commit e2559e7

Please sign in to comment.