@@ -91,21 +91,21 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
91
91
turbopack-wasm = { path = " turbopack/crates/turbopack-wasm" }
92
92
93
93
# SWC crates
94
- swc_core = { version = " 12 .0.0 " , features = [
94
+ swc_core = { version = " 13 .0.4 " , features = [
95
95
" ecma_loader_lru" ,
96
96
" ecma_loader_parking_lot" ,
97
97
] }
98
- testing = { version = " 5 .0.0" }
98
+ testing = { version = " 6 .0.0" }
99
99
100
100
# Keep consistent with preset_env_base through swc_core
101
101
browserslist-rs = { version = " 0.17.0" }
102
102
miette = { version = " 5.10.0" , features = [" fancy" ] }
103
- mdxjs = " 0.2.15 "
104
- modularize_imports = { version = " 0.74 .0" }
105
- styled_components = { version = " 0.102 .0" }
106
- styled_jsx = { version = " 0.78 .0" }
107
- swc_emotion = { version = " 0.78 .0" }
108
- swc_relay = { version = " 0.48 .0" }
103
+ mdxjs = " 0.3 "
104
+ modularize_imports = { version = " 0.75 .0" }
105
+ styled_components = { version = " 0.103 .0" }
106
+ styled_jsx = { version = " 0.79 .0" }
107
+ swc_emotion = { version = " 0.79 .0" }
108
+ swc_relay = { version = " 0.49 .0" }
109
109
110
110
# General Deps
111
111
chromiumoxide = { version = " 0.5.4" , features = [
@@ -227,4 +227,4 @@ wasmer-compiler-cranelift = { git = "https://github.com/kdy1/wasmer", branch = "
227
227
wasmer-wasix = { git = " https://github.com/kdy1/wasmer" , branch = " build-deps" }
228
228
229
229
# Remove this once https://github.com/wooorm/mdxjs-rs/pull/62 is merged and released
230
- mdxjs = { git =" https://github.com/kdy1/mdxjs-rs.git" , branch =" swc-core-11 " }
230
+ mdxjs = { git =" https://github.com/kdy1/mdxjs-rs.git" , branch =" swc-core-13 " }
0 commit comments