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 25, 2023
1 parent 401941c commit 5213dd5
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 42 deletions.
126 changes: 87 additions & 39 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.33", 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.33", features = ["testing_transform"] }
testing = "0.33.12"

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

0 comments on commit 5213dd5

Please sign in to comment.