Skip to content

Commit

Permalink
fix: swc_ecma_ast 0.118.1 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 12, 2024
1 parent 774ec2b commit 9632305
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ unicode-width = "0.1.13" # 0.1.13 because control characters have a width of 1 t
#
# NOTE: You can automatically update these dependencies by running ./scripts/update_swc_deps.ts
swc_atoms = "=0.6.7"
swc_common = "=0.37.1"
swc_common = "=0.37.2"
swc_config = { version = "=0.1.15", optional = true }
swc_config_macro = { version = "=0.1.4", optional = true }
swc_ecma_ast = { version = "=0.118.0", features = ["serde-impl"] }
swc_ecma_ast = { version = "=0.118.1", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.155.0", optional = true }
swc_ecma_codegen_macros = { version = "=0.7.7", optional = true }
swc_ecma_loader = { version = "=0.49.1", optional = true }
Expand All @@ -64,15 +64,15 @@ swc_ecma_transforms_macros = { version = "=0.5.5", optional = true }
swc_ecma_transforms_optimization = { version = "=0.205.0", optional = true }
swc_ecma_transforms_proposal = { version = "=0.178.0", optional = true }
swc_ecma_transforms_react = { version = "=0.190.0", optional = true }
swc_ecma_transforms_typescript = { version = "=0.195.0", optional = true }
swc_ecma_utils = { version = "=0.134.0", optional = true }
swc_ecma_visit = { version = "=0.104.1", optional = true }
swc_ecma_transforms_typescript = { version = "=0.195.1", optional = true }
swc_ecma_utils = { version = "=0.134.1", optional = true }
swc_ecma_visit = { version = "=0.104.5", optional = true }
swc_eq_ignore_macros = "=0.1.4"
swc_bundler = { version = "=0.234.0", optional = true }
swc_graph_analyzer = { version = "=0.26.0", optional = true }
swc_macros_common = { version = "=0.3.13", optional = true }
swc_trace_macro = { version = "=0.1.3", optional = true }
swc_visit = { version = "=0.6.1", optional = true }
swc_visit = { version = "=0.6.2", optional = true }
swc_visit_macros = { version = "=0.5.13", optional = true }
# just for error handling
sourcemap = { version = "9.0.0", optional = true }
Expand Down

0 comments on commit 9632305

Please sign in to comment.