Skip to content

Commit

Permalink
chore(deps): update swc monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 19, 2023
1 parent 401941c commit 073b216
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 38 deletions.
118 changes: 83 additions & 35 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
indexmap = "1.9.3"
serde = "1.0.162"
swc_core = { version = "0.76.0", features = [
swc_core = { version = "0.76.16", features = [
"ecma_ast",
"ecma_visit",
"swc_plugin",
Expand All @@ -27,8 +27,8 @@ swc_core = { version = "0.76.0", features = [


[dev-dependencies]
swc_core = { version = "0.76.0", features = ["testing_transform"] }
testing = "0.33.8"
swc_core = { version = "0.76.16", features = ["testing_transform"] }
testing = "0.33.11"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 073b216

Please sign in to comment.