Skip to content

Commit

Permalink
Update swc crates (#34491)
Browse files Browse the repository at this point in the history
* Revert "Revert swc css bump temporarily (#34440)"

This reverts commit 01524ef.

* Update css crates

Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
  • Loading branch information
ijjk and kdy1 committed Feb 18, 2022
1 parent 8752464 commit 271dff5
Show file tree
Hide file tree
Showing 33 changed files with 144 additions and 200 deletions.
117 changes: 66 additions & 51 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.121.7"
swc = "0.126.2"
swc_atoms = "0.2.7"
swc_common = { version = "0.17.0", features = ["concurrent", "sourcemap"] }
swc_css = "0.46.0"
swc_css = "0.87.0"
swc_ecma_loader = { version = "0.28.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.112.6", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.114.2", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_node_base = "0.5.1"
swc_stylis = "0.43.0"
swc_stylis = "0.83.0"
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
regex = "1.5"

Expand Down

0 comments on commit 271dff5

Please sign in to comment.