Skip to content

Commit

Permalink
Revert "chore: Update swc_core to v0.40.13 (#41692)"
Browse files Browse the repository at this point in the history
This reverts commit 48c7a80.
  • Loading branch information
ijjk committed Oct 24, 2022
1 parent 5de6f46 commit ab1d6f1
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.13" }
], version = "0.40.7" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.40.13" }
swc_core = { features = ["testing_transform"], version = "0.40.7" }
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.13" }
], version = "0.40.7" }
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.13" }
], version = "0.40.7" }


# Workaround a bug
Expand Down

0 comments on commit ab1d6f1

Please sign in to comment.