Skip to content

Commit

Permalink
chore: Update swc_core to v0.39.7 (#41544)
Browse files Browse the repository at this point in the history
This PR updates swc crates to swc-project/swc@287c2f2


- Closes #41527.
  • Loading branch information
kdy1 committed Oct 19, 2022
1 parent cff9fc9 commit 7bde099
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 97 deletions.
160 changes: 80 additions & 80 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 @@ -42,9 +42,9 @@ swc_core = { features = [
"ecma_parser_typescript",
"cached",
"base"
], version = "0.38.22" }
], version = "0.39.7" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.38.22" }
testing = "0.31.8"
swc_core = { features = ["testing_transform"], version = "0.39.7" }
testing = "0.31.9"
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 = { features = ["common", "ecma_ast","ecma_codegen", "ecma_utils", "ecma_visit", "trace_macro"], version = "0.38.22" }
swc_core = { features = ["common", "ecma_ast","ecma_codegen", "ecma_utils", "ecma_visit", "trace_macro"], version = "0.39.7" }

[dev-dependencies]
swc_core = { features = ["testing_transform", "ecma_transforms_react"], version = "0.38.22" }
testing = "0.31.8"
swc_core = { features = ["testing_transform", "ecma_transforms_react"], version = "0.39.7" }
testing = "0.31.9"
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 = { features = ["cached", "ecma_ast", "ecma_visit"], version = "0.38.22" }
swc_core = { features = ["cached", "ecma_ast", "ecma_visit"], version = "0.39.7" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.38.22" }
testing = "0.31.8"
swc_core = { features = ["testing_transform"], version = "0.39.7" }
testing = "0.31.9"
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ swc_core = { features = [
"ecma_transforms_typescript",
"ecma_utils",
"ecma_visit",
], version = "0.38.22" }
], version = "0.39.7" }
tracing = { version = "0.1.32", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
Expand Down
6 changes: 3 additions & 3 deletions packages/next-swc/crates/styled_components/Cargo.toml
Expand Up @@ -21,13 +21,13 @@ swc_core = { features = [
"ecma_ast",
"ecma_utils",
"ecma_visit"
], version = "0.38.22" }
], version = "0.39.7" }

[dev-dependencies]
serde_json = "1"
testing = "0.31.8"
testing = "0.31.9"
swc_core = { features = [
"ecma_parser",
"ecma_transforms",
"testing_transform"
], version = "0.38.22" }
], version = "0.39.7" }
6 changes: 3 additions & 3 deletions packages/next-swc/crates/styled_jsx/Cargo.toml
Expand Up @@ -24,10 +24,10 @@ swc_core = { features = [
"ecma_minifier",
"ecma_utils",
"ecma_visit"
], version = "0.38.22" }
], version = "0.39.7" }

[dev-dependencies]
testing = "0.31.8"
testing = "0.31.9"
swc_core = { features = [
"testing_transform"
], version = "0.38.22" }
], version = "0.39.7" }
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -45,7 +45,7 @@ swc_core = { features = [
"ecma_parser_typescript",
"ecma_utils",
"ecma_visit"
], version = "0.38.22" }
], version = "0.39.7" }


# Workaround a bug
Expand Down

0 comments on commit 7bde099

Please sign in to comment.