Skip to content

Commit f0536ce

Browse files
deps: update swc to 1.7.4
1 parent 1b72b63 commit f0536ce

File tree

8 files changed

+41
-40
lines changed

8 files changed

+41
-40
lines changed

deps/swc/Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/swc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ resolver = "2"
6666
copyless = "0.1.5"
6767
crc = "2.1.0"
6868
criterion = "0.5.1"
69+
crossbeam-queue = "0.3.11"
6970
dashmap = "5.5.3"
7071
dialoguer = "0.10.2"
7172
difference = "2"

deps/swc/bindings/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/swc/bindings/binding_core_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_core_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.2"
9+
version = "1.7.4"
1010

1111
[lib]
1212
bench = false

deps/swc/bindings/binding_minifier_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_minifier_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.2"
9+
version = "1.7.4"
1010

1111
[lib]
1212
bench = false

deps/swc/bindings/binding_typescript_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_typescript_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.2"
9+
version = "1.7.4"
1010

1111
[lib]
1212
bench = false

deps/swc/bindings/binding_typescript_wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package provides a Wasm binding for the TypeScript transform.
44

5-
The supported TypeScript version is currently 5.5.4, execpt the stage 3 decorator proposal.
5+
The supported TypeScript version is currently 5.5.4, except the stage 3 decorator proposal.
66

77
## Contributing
88

deps/swc/bindings/swc_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = "Apache-2.0"
77
name = "swc_cli"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.91.338"
9+
version = "0.91.343"
1010

1111
[[bin]]
1212
bench = false

0 commit comments

Comments
 (0)