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] authored Nov 11, 2023
1 parent 6e5c464 commit c4960da
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 71 deletions.
165 changes: 97 additions & 68 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 @@ -14,7 +14,7 @@ version = "0.86.17"
crate-type = ["cdylib", "lib"]

[dependencies]
swc_core = { version = "0.86.17", features = [
swc_core = { version = "0.86.53", features = [
"ecma_ast",
"ecma_visit",
"swc_plugin",
Expand All @@ -25,8 +25,8 @@ swc_core = { version = "0.86.17", features = [


[dev-dependencies]
swc_core = { version = "0.86.17", features = ["testing_transform"] }
testing = "0.35.2"
swc_core = { version = "0.86.53", features = ["testing_transform"] }
testing = "0.35.10"

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

0 comments on commit c4960da

Please sign in to comment.