Skip to content

Commit a93f3c1

Browse files
authored
feat: update swc_core to 12.0.0 (#220)
Update swc_core to 12.0.0
1 parent 9c9d25e commit a93f3c1

File tree

2 files changed

+32
-19
lines changed

2 files changed

+32
-19
lines changed

Cargo.lock

+31-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path-absolutize = { version = "3", features = ["use_unix_paths_on_wasm"] }
1616

1717
serde = "1"
1818
serde_json = "1"
19-
swc_core = { version = "11", features = [
19+
swc_core = { version = "12", features = [
2020
"ecma_plugin_transform",
2121
"ecma_parser",
2222
] }

0 commit comments

Comments
 (0)