Skip to content

Commit

Permalink
fix: swc_ecma_codegen 0.154.4 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 31, 2024
1 parent 954a394 commit dcbe600
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ swc_common = "=0.36.2"
swc_config = { version = "=0.1.14", optional = true }
swc_config_macro = { version = "=0.1.4", optional = true }
swc_ecma_ast = { version = "=0.117.4", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.154.3", optional = true }
swc_ecma_codegen = { version = "=0.154.4", optional = true }
swc_ecma_codegen_macros = { version = "=0.7.7", optional = true }
swc_ecma_loader = { version = "=0.48.1", optional = true }
swc_ecma_parser = "=0.148.1"
Expand All @@ -65,8 +65,8 @@ swc_ecma_transforms_macros = { version = "=0.5.5", optional = true }
swc_ecma_transforms_optimization = { version = "=0.204.2", optional = true }
swc_ecma_transforms_proposal = { version = "=0.177.1", optional = true }
swc_ecma_transforms_react = { version = "=0.189.2", optional = true }
swc_ecma_transforms_typescript = { version = "=0.194.2", optional = true }
swc_ecma_utils = { version = "=0.133.3", optional = true }
swc_ecma_transforms_typescript = { version = "=0.194.3", optional = true }
swc_ecma_utils = { version = "=0.133.4", optional = true }
swc_ecma_visit = { version = "=0.103.3", optional = true }
swc_eq_ignore_macros = "=0.1.4"
swc_bundler = { version = "=0.233.3", optional = true }
Expand Down

0 comments on commit dcbe600

Please sign in to comment.