Skip to content

Commit

Permalink
Revert "Revert "chore: Update swc_core to v0.40.13"" (#41700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 24, 2022
1 parent 49842b9 commit 752f06f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
112 changes: 56 additions & 56 deletions packages/next-swc/Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -42,9 +42,9 @@ swc_core = { features = [
"ecma_parser_typescript",
"cached",
"base"
], version = "0.40.7" }
], version = "0.40.13" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.40.7" }
swc_core = { features = ["testing_transform"], version = "0.40.13" }
testing = "0.31.10"
walkdir = "2.3.2"
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.40.7" }
], version = "0.40.13" }
tracing = { version = "0.1.32", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
Expand Down
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.40.7" }
], version = "0.40.13" }


# Workaround a bug
Expand Down

0 comments on commit 752f06f

Please sign in to comment.