Skip to content

Commit 2c142f0

Browse files
authored
fix(next-swc): Fix specificity issue of styled-jsx in lightningcss mode (#79802)
### What? Update the `styled-jsx` SWC plugin to the latest ### Why? Apply swc-project/plugins#464 x-ref: https://vercel.slack.com/archives/C08GMHRF7NC/p1748451540079049?thread_ts=1741381916.437039&cid=C08GMHRF7NC
1 parent ebd87ed commit 2c142f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
308308
mdxjs = "1.0.1"
309309
modularize_imports = { version = "0.86.0" }
310310
styled_components = { version = "0.114.0" }
311-
styled_jsx = { version = "0.90.2" }
311+
styled_jsx = { version = "0.90.3" }
312312
swc_emotion = { version = "0.90.0" }
313313
swc_relay = { version = "0.60.0" }
314314

0 commit comments

Comments
 (0)