Skip to content

Commit

Permalink
fix(deps): update rust crate swc_core to 0.78.*
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2023
1 parent 2139f1d commit 11ea147
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 42 deletions.
133 changes: 92 additions & 41 deletions packages/presets/swc-plugin/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/presets/swc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ graphql-parser = "0.4.0"
pathdiff = "0.2.1"
serde = "1"
serde_json = "1.0.95"
swc_core = { version = "0.75.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
swc_core = { version = "0.78.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }

# .cargo/config defines few alias to build plugin.
# cargo build-wasi generates wasm-wasi32 binary
Expand Down

0 comments on commit 11ea147

Please sign in to comment.