@@ -299,21 +299,21 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
299
299
turbopack-wasm = { path = " turbopack/crates/turbopack-wasm" }
300
300
301
301
# SWC crates
302
- swc_core = { version = " 14 .0.1" , features = [
302
+ swc_core = { version = " 15 .0.1" , features = [
303
303
" ecma_loader_lru" ,
304
304
" ecma_loader_parking_lot" ,
305
305
] }
306
- testing = { version = " 7 .0.0" }
306
+ testing = { version = " 8 .0.0" }
307
307
308
308
# Keep consistent with preset_env_base through swc_core
309
309
browserslist-rs = { version = " 0.17.0" }
310
310
miette = { version = " 5.10.0" , features = [" fancy" ] }
311
311
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" }
317
317
318
318
# General Deps
319
319
chromiumoxide = { version = " 0.5.4" , features = [
@@ -435,4 +435,4 @@ wasmer-cache = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
435
435
wasmer-compiler-cranelift = { git = " https://github.com/kdy1/wasmer" , branch = " build-deps" }
436
436
wasmer-wasix = { git = " https://github.com/kdy1/wasmer" , branch = " build-deps" }
437
437
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 " }
0 commit comments