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 Aug 26, 2024
1 parent 7d90ebc commit a40f28b
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 102 deletions.
133 changes: 73 additions & 60 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.99.0"
crate-type = ["cdylib", "lib"]

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


[dev-dependencies]
swc_core = { version = "0.99.0", features = ["testing_transform"] }
testing = "0.38.0"
swc_core = { version = "0.101.0", features = ["testing_transform"] }
testing = "0.39.0"

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

0 comments on commit a40f28b

Please sign in to comment.