Skip to content

Commit

Permalink
feat: upgrade swc to 0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Jun 17, 2024
1 parent 2cde6a7 commit dfd1ead
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ strip = "symbols"
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
swc_core = { version = "0.93.4", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.1"
swc_ecma_visit = "0.99.1"
swc_core = { version = "0.95.2", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"

[dev-dependencies]
swc_atoms = "0.6.5"
swc_common = "0.33.26"
swc_ecma_parser = "0.144.1"
swc_ecma_transforms_base = "0.138.1"
swc_ecma_transforms_testing = "0.141.1"
swc_ecma_transforms_typescript = "0.189.1"
swc_ecma_utils = "0.128.1"
testing = "0.35.22"
swc_common = "0.34.1"
swc_ecma_parser = "0.146.1"
swc_ecma_transforms_base = "0.140.0"
swc_ecma_transforms_testing = "0.143.0"
swc_ecma_transforms_typescript = "0.191.0"
swc_ecma_utils = "0.130.0"
testing = "0.36.0"
tracing = { version="0.1", features = ["release_max_level_info"] }

0 comments on commit dfd1ead

Please sign in to comment.