Skip to content

Commit

Permalink
chore(deps): update swc_core requirement from 0.95.2 to 0.96.4
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: swc_core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent cb5917a commit 5438bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strip = "symbols"
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
swc_core = { version = "0.95.2", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.96.4", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
Expand Down

0 comments on commit 5438bb9

Please sign in to comment.