Skip to content

Commit

Permalink
Merge branch 'canary' into warn-at-most-once-image
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Feb 18, 2022
2 parents 25e18b9 + 97b964a commit ae73bb1
Show file tree
Hide file tree
Showing 53 changed files with 660 additions and 500 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 ae73bb1

Please sign in to comment.