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.40 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
228 changes: 114 additions & 114 deletions deps/swc/Cargo.lock

Large diffs are not rendered by default.

348 changes: 174 additions & 174 deletions deps/swc/bindings/Cargo.lock

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions deps/swc/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ resolver = "2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.120"
sourcemap = "8.0.1"
swc_atoms = "1.0.2"
swc_cached = "0.3.20"
swc_cli_impl = "0.27.0"
swc_common = "0.40.2"
swc_compiler_base = "0.24.0"
swc_config = "0.1.15"
swc_core = "0.109.1"
swc_css_ast = "0.147.0"
swc_css_codegen = "0.158.1"
swc_css_minifier = "0.123.0"
swc_css_parser = "0.157.1"
swc_error_reporters = "1.0.0"
swc_fast_ts_strip = "0.12.0"
swc_html = "0.154.0"
swc_html_ast = "0.40.1"
swc_html_minifier = "0.151.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
swc_atoms = "2.0.0"
swc_cached = "1.0.0"
swc_cli_impl = "1.0.0"
swc_common = "1.0.0"
swc_compiler_base = "1.0.0"
swc_config = "1.0.0"
swc_core = "1.0.6"
swc_css_ast = "1.0.0"
swc_css_codegen = "1.0.0"
swc_css_minifier = "1.0.0"
swc_css_parser = "1.0.0"
swc_error_reporters = "2.0.0"
swc_fast_ts_strip = "1.0.0"
swc_html = "1.0.0"
swc_html_ast = "1.0.0"
swc_html_minifier = "1.0.0"
swc_malloc = "1.0.0"
swc_nodejs_common = "1.0.0"
tracing = "0.1.40"
tracing-chrome = "0.7.2"
tracing-futures = "0.2.5"
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.35"
version = "1.7.40"

[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.35"
version = "1.7.40"

[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.35"
version = "1.7.40"

[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.426"
version = "0.91.434"

[[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 @@
"강동윤 <[email protected]>"
],
"description": "wasm module for swc",
"version": "1.7.35",
"version": "1.7.40",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
40 changes: 20 additions & 20 deletions lib/wasm.js

Large diffs are not rendered by default.