Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update SWC to v1.7.26 #85

Merged
merged 2 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
162 changes: 81 additions & 81 deletions deps/swc/Cargo.lock

Large diffs are not rendered by default.

252 changes: 126 additions & 126 deletions deps/swc/bindings/Cargo.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deps/swc/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ resolver = "2"
sourcemap = "8.0.1"
swc_atoms = "0.6.7"
swc_cached = "0.3.20"
swc_cli_impl = "0.21.0"
swc_common = "0.37.5"
swc_compiler_base = "0.20.0"
swc_cli_impl = "0.22.0"
swc_common = "0.38.0"
swc_compiler_base = "0.21.0"
swc_config = "0.1.15"
swc_core = "0.103.2"
swc_css_ast = "0.144.0"
swc_css_codegen = "0.155.0"
swc_css_minifier = "0.120.0"
swc_css_parser = "0.154.0"
swc_error_reporters = "0.21.0"
swc_fast_ts_strip = "0.8.0"
swc_html = "0.150.0"
swc_html_ast = "0.37.0"
swc_html_minifier = "0.147.0"
swc_core = "0.104.1"
swc_css_ast = "0.145.0"
swc_css_codegen = "0.156.0"
swc_css_minifier = "0.121.0"
swc_css_parser = "0.155.0"
swc_error_reporters = "0.22.0"
swc_fast_ts_strip = "0.9.0"
swc_html = "0.151.0"
swc_html_ast = "0.38.0"
swc_html_minifier = "0.148.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
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 = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.24"
version = "1.7.26"

[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 = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.24"
version = "1.7.26"

[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 = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.24"
version = "1.7.26"

[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 = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.406"
version = "0.91.410"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"강동윤 <kdy1997.dev@gmail.com>"
],
"description": "wasm module for swc",
"version": "1.7.24",
"version": "1.7.26",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions lib/wasm.js

Large diffs are not rendered by default.

Loading