We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b20f5 commit 1172100Copy full SHA for 1172100
packages/presets/swc-plugin/Cargo.toml
@@ -27,7 +27,7 @@ graphql-parser = "0.4.0"
27
pathdiff = "0.2.1"
28
serde = "1"
29
serde_json = "1.0.105"
30
-swc_core = { version = "0.75.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
+swc_core = { version = "13.0.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
31
32
# .cargo/config defines few alias to build plugin.
33
# cargo build-wasi generates wasm-wasi32 binary
0 commit comments