Skip to content

Commit

Permalink
chore(deps): update swc monorepo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 8e00d10 commit a22c106
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 75 deletions.
127 changes: 55 additions & 72 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.109.0"
crate-type = ["cdylib", "lib"]

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


[dev-dependencies]
swc_core = { version = "0.109.0", features = ["testing_transform"] }
testing = "0.42.0"
swc_core = { version = "1.0.0", features = ["testing_transform"] }
testing = "1.0.0"

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

0 comments on commit a22c106

Please sign in to comment.