Skip to content

Commit

Permalink
Merge branch 'canary' into pin-build-image-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 24, 2022
2 parents 43fd339 + 2d9e17c commit d5b52a6
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
116 changes: 58 additions & 58 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.16" }

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


# Workaround a bug
Expand Down

0 comments on commit d5b52a6

Please sign in to comment.