Skip to content

Commit 80c9e94

Browse files
fix(deps): update rust crate swc_core to 0.64.* (#9023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 298cd13 commit 80c9e94

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

packages/presets/swc-plugin/Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/presets/swc-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ graphql-parser = "0.4.0"
2727
pathdiff = "0.2.1"
2828
serde = "1"
2929
serde_json = "1.0.93"
30-
swc_core = { version = "0.59.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
30+
swc_core = { version = "0.64.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
3131

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

0 commit comments

Comments
 (0)