Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update swc #36745

Merged
merged 18 commits into from May 16, 2022
88 changes: 44 additions & 44 deletions packages/next-swc/Cargo.lock

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

6 changes: 3 additions & 3 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -21,15 +21,15 @@ swc_emotion = {path="../emotion"}
styled_components = {path="../styled_components"}
styled_jsx = {path="../styled_jsx"}
modularize_imports = {path="../modularize_imports"}
swc = "0.172.1"
swc = "0.175.0"
swc_atoms = "0.2.11"
swc_common = { version = "0.17.25", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.29.1", features = ["node", "lru"] }
swc_ecmascript = { version = "0.150.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.153.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_cached = "0.1.1"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.82.0"
swc_ecma_transforms_testing = "0.84.0"
testing = "0.19.1"
walkdir = "2.3.2"
4 changes: 2 additions & 2 deletions packages/next-swc/crates/emotion/Cargo.toml
Expand Up @@ -20,10 +20,10 @@ serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.2.11"
swc_common = { version = "0.17.25", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.150.0", features = ["codegen", "utils", "visit"] }
swc_ecmascript = { version = "0.153.0", features = ["codegen", "utils", "visit"] }
swc_trace_macro = "0.1.1"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.82.0"
swc_ecma_transforms_testing = "0.84.0"
testing = "0.19.1"
4 changes: 2 additions & 2 deletions packages/next-swc/crates/modularize_imports/Cargo.toml
Expand Up @@ -15,8 +15,8 @@ once_cell = "1.8.0"
regex = "1.5"
serde = "1"
swc_cached = "0.1.1"
swc_ecmascript = { version = "0.150.0", features = ["visit"] }
swc_ecmascript = { version = "0.153.0", features = ["visit"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.82.0"
swc_ecma_transforms_testing = "0.84.0"
testing = "0.19.1"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -17,12 +17,12 @@ next-swc = {version = "0.0.0", path = "../core"}
once_cell = "1.8.0"
serde = "1"
serde_json = "1"
swc = "0.172.1"
swc = "0.175.0"
swc_atoms = "0.2.11"
swc_bundler = { version = "0.140.0", features = ["concurrent"] }
swc_bundler = { version = "0.143.0", features = ["concurrent"] }
swc_common = { version = "0.17.25", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.29.1", features = ["node", "lru"] }
swc_ecmascript = { version = "0.150.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.153.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_node_base = "0.5.2"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/next-swc/crates/styled_components/Cargo.toml
Expand Up @@ -17,11 +17,11 @@ regex = {version = "1.5.4", features = ["std", "perf"], default-features = false
serde = {version = "1.0.130", features = ["derive"]}
swc_atoms = "0.2.11"
swc_common = {version = "0.17.25", features = ["concurrent"]}
swc_ecmascript = {version = "0.150.0", features = ["utils", "visit"]}
swc_ecmascript = { version = "0.153.0", features = ["utils", "visit"] }
tracing = "0.1.32"

[dev-dependencies]
serde_json = "1"
swc_ecma_transforms_testing = "0.82.0"
swc_ecmascript = {version = "0.150.0", features = ["parser", "transforms"]}
swc_ecma_transforms_testing = "0.84.0"
swc_ecmascript = { version = "0.153.0", features = ["parser", "transforms"] }
testing = "0.19.1"
4 changes: 2 additions & 2 deletions packages/next-swc/crates/styled_jsx/Cargo.toml
Expand Up @@ -14,9 +14,9 @@ easy-error = "1.0.0"
swc_common = { version = "0.17.25", features = ["concurrent", "sourcemap"] }
swc_css = "0.104.1"
swc_css_prefixer = "0.100.4"
swc_ecmascript = { version = "0.150.0", features = ["parser", "minifier", "utils", "visit"] }
swc_ecmascript = { version = "0.153.0", features = ["parser", "minifier", "utils", "visit"] }
tracing = "0.1.32"

[dev-dependencies]
swc_ecma_transforms_testing = "0.82.0"
swc_ecma_transforms_testing = "0.84.0"
testing = "0.19.1"
4 changes: 2 additions & 2 deletions packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -16,9 +16,9 @@ parking_lot_core = "=0.8.0"
path-clean = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
swc = "0.172.1"
swc = "0.175.0"
swc_common = { version = "0.17.25", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.150.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.153.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
tracing = { version = "0.1.32", features = ["release_max_level_off"] }
wasm-bindgen = {version = "0.2", features = ["serde-serialize"]}
wasm-bindgen-futures = "0.4.8"