Skip to content

Commit

Permalink
Update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 15, 2022
1 parent e12ed0d commit 199c17e
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 99 deletions.
164 changes: 82 additions & 82 deletions packages/next-swc/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ styled_jsx = {path="../styled_jsx"}
modularize_imports = {path="../modularize_imports"}
tracing = { version = "0.1.32", features = ["release_max_level_info"] }

swc_core = { version = "0.23.17", features = [
swc_core = { version = "0.23.21", features = [
"common_concurrent",
"ecma_ast",
"ecma_visit",
Expand All @@ -47,6 +47,6 @@ swc_core = { version = "0.23.17", features = [
] }

[dev-dependencies]
swc_core = { version = "0.23.17", features = ["testing_transform"] }
testing = "0.30.3"
swc_core = { version = "0.23.21", features = ["testing_transform"] }
testing = "0.30.5"
walkdir = "2.3.2"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/emotion/Cargo.toml
Expand Up @@ -19,9 +19,9 @@ regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }
swc_core = { version = "0.23.17", features = ["common", "ecma_ast","ecma_codegen", "ecma_utils", "ecma_visit", "trace_macro"] }
swc_core = { version = "0.23.21", features = ["common", "ecma_ast","ecma_codegen", "ecma_utils", "ecma_visit", "trace_macro"] }

[dev-dependencies]
swc_core = { version = "0.23.17", features = ["testing_transform", "ecma_transforms_react"] }
testing = "0.30.3"
swc_core = { version = "0.23.21", features = ["testing_transform", "ecma_transforms_react"] }
testing = "0.30.5"
serde_json = "1"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/modularize_imports/Cargo.toml
Expand Up @@ -15,8 +15,8 @@ handlebars = "4.2.1"
once_cell = "1.13.0"
regex = "1.5"
serde = "1"
swc_core = { version = "0.23.17", features = ["cached", "ecma_ast", "ecma_visit"] }
swc_core = { version = "0.23.21", features = ["cached", "ecma_ast", "ecma_visit"] }

[dev-dependencies]
swc_core = { version = "0.23.17", features = ["testing_transform"] }
testing = "0.30.3"
swc_core = { version = "0.23.21", features = ["testing_transform"] }
testing = "0.30.5"
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ next-swc = {version = "0.0.0", path = "../core"}
once_cell = "1.13.0"
serde = "1"
serde_json = "1"
swc_core = { version = "0.23.17", features = [
swc_core = { version = "0.23.21", features = [
"allocator_node",
"base_concurrent", # concurrent?
"common_concurrent",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-swc/crates/styled_components/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ once_cell = "1.13.0"
regex = {version = "1.5.4", features = ["std", "perf"], default-features = false}
serde = {version = "1.0.130", features = ["derive"]}
tracing = "0.1.32"
swc_core = { version = "0.23.17", features = [
swc_core = { version = "0.23.21", features = [
"common",
"ecma_ast",
"ecma_utils",
Expand All @@ -25,8 +25,8 @@ swc_core = { version = "0.23.17", features = [

[dev-dependencies]
serde_json = "1"
testing = "0.30.3"
swc_core = { version = "0.23.17", features = [
testing = "0.30.5"
swc_core = { version = "0.23.21", features = [
"ecma_parser",
"ecma_transforms",
"testing_transform"
Expand Down
6 changes: 3 additions & 3 deletions packages/next-swc/crates/styled_jsx/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ version = "0.17.1"
easy-error = "1.0.0"
tracing = "0.1.32"

swc_core = { version = "0.23.17", features = [
swc_core = { version = "0.23.21", features = [
"common",
"css_ast",
"css_codegen",
Expand All @@ -27,7 +27,7 @@ swc_core = { version = "0.23.17", features = [
] }

[dev-dependencies]
testing = "0.30.3"
swc_core = { version = "0.23.17", features = [
testing = "0.30.5"
swc_core = { version = "0.23.21", features = [
"testing_transform"
] }
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ wasm-bindgen-futures = "0.4.8"
getrandom = { version = "0.2.5", optional = true, default-features = false }
js-sys = "0.3.59"

swc_core = { version = "0.23.17", features = [
swc_core = { version = "0.23.21", features = [
"common_concurrent",
"binding_macro_wasm",
"ecma_codegen",
Expand Down

0 comments on commit 199c17e

Please sign in to comment.