Skip to content

Commit dddf23f

Browse files
committed
Update swc_core
1 parent 7361dc4 commit dddf23f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -299,21 +299,21 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
299299
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }
300300

301301
# SWC crates
302-
swc_core = { version = "14.0.1", features = [
302+
swc_core = { version = "15.0.1", features = [
303303
"ecma_loader_lru",
304304
"ecma_loader_parking_lot",
305305
] }
306-
testing = { version = "7.0.0" }
306+
testing = { version = "8.0.0" }
307307

308308
# Keep consistent with preset_env_base through swc_core
309309
browserslist-rs = { version = "0.17.0" }
310310
miette = { version = "5.10.0", features = ["fancy"] }
311311
mdxjs = "0.3"
312-
modularize_imports = { version = "0.77.0" }
313-
styled_components = { version = "0.105.0" }
314-
styled_jsx = { version = "0.81.0" }
315-
swc_emotion = { version = "0.81.0" }
316-
swc_relay = { version = "0.51.0" }
312+
modularize_imports = { version = "0.78.0" }
313+
styled_components = { version = "0.106.0" }
314+
styled_jsx = { version = "0.82.0" }
315+
swc_emotion = { version = "0.82.0" }
316+
swc_relay = { version = "0.52.0" }
317317

318318
# General Deps
319319
chromiumoxide = { version = "0.5.4", features = [
@@ -435,4 +435,4 @@ wasmer-cache = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
435435
wasmer-compiler-cranelift = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
436436
wasmer-wasix = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
437437

438-
mdxjs={git="https://github.com/kdy1/mdxjs-rs.git",branch = "swc-core-14"}
438+
mdxjs = { git="https://github.com/kdy1/mdxjs-rs.git", branch = "swc-core-15" }

crates/next-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ lazy_static = { workspace = true }
3232
thiserror = { workspace = true }
3333
tracing = { workspace = true }
3434
rustc-hash = { workspace = true }
35-
react_remove_properties = "0.31.0"
36-
remove_console = "0.32.0"
35+
react_remove_properties = "0.32.0"
36+
remove_console = "0.33.0"
3737

3838
auto-hash-map = { workspace = true }
3939

crates/next-custom-transforms/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ swc_relay = { workspace = true }
6060
turbopack-ecmascript-plugins = { workspace = true, optional = true }
6161
turbo-rcstr = { workspace = true }
6262

63-
react_remove_properties = "0.31.0"
64-
remove_console = "0.32.0"
63+
react_remove_properties = "0.32.0"
64+
remove_console = "0.33.0"
6565
preset_env_base = "2.0.1"
6666

6767
[dev-dependencies]

0 commit comments

Comments
 (0)