Skip to content

Commit

Permalink
Revert swc css bump temporarily (#34440)
Browse files Browse the repository at this point in the history
This reverts the below two swc crates bumps to unblock testing changes while an issue with `styled-jsx` interpolation is investigated, we can reland after that issue is addressed. 

Reverts #34408
Reverts #34355

x-ref: [slack thread](https://vercel.slack.com/archives/C02HY34AKME/p1645032079994029)
  • Loading branch information
ijjk committed Feb 16, 2022
1 parent 8a55612 commit 01524ef
Show file tree
Hide file tree
Showing 33 changed files with 200 additions and 144 deletions.
117 changes: 51 additions & 66 deletions packages/next-swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -16,14 +16,14 @@ pathdiff = "0.2.0"
serde = "1"
serde_json = "1"
styled_components = "0.14.0"
swc = "0.126.2"
swc = "0.121.7"
swc_atoms = "0.2.7"
swc_common = { version = "0.17.0", features = ["concurrent", "sourcemap"] }
swc_css = "0.85.0"
swc_css = "0.46.0"
swc_ecma_loader = { version = "0.28.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.114.2", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.112.6", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_node_base = "0.5.1"
swc_stylis = "0.81.0"
swc_stylis = "0.43.0"
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
regex = "1.5"

Expand Down

0 comments on commit 01524ef

Please sign in to comment.