Skip to content

Commit

Permalink
feat(next-swc): Update swc (vercel#33595)
Browse files Browse the repository at this point in the history
This PR applies

 - swc-project/swc#3344

Resolves vercel#30237 (comment)

 - swc-project/swc#3348

 - swc-project/swc#3352

This fixes `jsc.experimental.keepImportAssertions`.
  • Loading branch information
kdy1 authored and natew committed Feb 16, 2022
1 parent 51369f2 commit 30cde09
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions packages/next-swc/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/next-swc/crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pathdiff = "0.2.0"
serde = "1"
serde_json = "1"
styled_components = "0.12.0"
swc = "0.116.6"
swc = "0.116.23"
swc_atoms = "0.2.7"
swc_common = { version = "0.17.0", features = ["concurrent", "sourcemap"] }
swc_css = "0.46.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ once_cell = "1.8.0"
serde = "1"
serde_json = "1"
next-swc = { version = "0.0.0", path = "../core" }
swc = "0.116.6"
swc = "0.116.23"
swc_atoms = "0.2.7"
swc_bundler = { version = "0.103.0", features = ["concurrent"] }
swc_common = { version = "0.17.0", features = ["concurrent", "sourcemap"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path-clean = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
next-swc = { version = "0.0.0", path = "../core" }
swc = "0.116.6"
swc = "0.116.23"
swc_common = { version = "0.17.0", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.110.9", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
Expand Down

0 comments on commit 30cde09

Please sign in to comment.