Skip to content

Commit

Permalink
Update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 4, 2024
1 parent 822f539 commit e2dbbdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/swc-debug-jsx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
serde_json = "1.0.107"
swc_core = { version = "0.90.26", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.90.37", features = ["ecma_plugin_transform"] }


debug_jsx = { path = "./transform" }
16 changes: 8 additions & 8 deletions packages/swc-debug-jsx/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ version = "0.1.0"

[dependencies]
serde = { version = "1.0.189", features = ["derive"] }
swc_atoms = "0.6.5"
swc_common = "0.33.21"
swc_ecma_ast = "0.112.6"
swc_ecma_utils = "0.127.15"
swc_atoms = "0.6.7"
swc_common = "0.33.26"
swc_ecma_ast = "0.112.8"
swc_ecma_utils = "0.127.20"
swc_ecma_visit = "0.98.7"

[dev-dependencies]
swc_ecma_parser = "0.143.11"
swc_ecma_transforms_base = "0.137.16"
swc_ecma_transforms_testing = "0.140.17"
testing = "0.35.21"
swc_ecma_parser = "0.143.16"
swc_ecma_transforms_base = "0.137.21"
swc_ecma_transforms_testing = "0.140.18"
testing = "0.35.25"

0 comments on commit e2dbbdc

Please sign in to comment.