Skip to content

Commit

Permalink
fix: update swc for emit named type in mapped types fix (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 13, 2024
1 parent 4a8e3b2 commit 83dd58a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
33 changes: 17 additions & 16 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ unicode-width = "0.1"
# NOTE: You can automatically update these dependencies by running ./scripts/update_swc_deps.ts
swc_atoms = "=0.6.7"
swc_common = "=0.33.26"
swc_config = { version = "=0.1.13", optional = true }
swc_config = { version = "=0.1.14", optional = true }
swc_config_macro = { version = "=0.1.4", optional = true }
swc_ecma_ast = { version = "=0.113.4", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.149.1", optional = true }
swc_ecma_ast = { version = "=0.113.7", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.149.3", optional = true }
swc_ecma_codegen_macros = { version = "=0.7.6", optional = true }
swc_ecma_loader = { version = "=0.45.28", optional = true }
swc_ecma_parser = "=0.144.1"
swc_ecma_transforms_base = { version = "=0.138.2", optional = true }
swc_ecma_parser = "=0.144.3"
swc_ecma_transforms_base = { version = "=0.138.4", optional = true }
swc_ecma_transforms_classes = { version = "=0.127.1", optional = true }
swc_ecma_transforms_compat = { version = "=0.164.1", optional = true }
swc_ecma_transforms_macros = { version = "=0.5.5", optional = true }
swc_ecma_transforms_optimization = { version = "=0.199.1", optional = true }
swc_ecma_transforms_optimization = { version = "=0.199.2", optional = true }
swc_ecma_transforms_proposal = { version = "=0.172.3", optional = true }
swc_ecma_transforms_react = { version = "=0.184.1", optional = true }
swc_ecma_transforms_typescript = { version = "=0.189.1", optional = true }
swc_ecma_utils = { version = "=0.128.1", optional = true }
swc_ecma_utils = { version = "=0.128.3", optional = true }
swc_ecma_visit = { version = "=0.99.1", optional = true }
swc_eq_ignore_macros = "=0.1.3"
swc_bundler = { version = "=0.227.0", optional = true }
swc_bundler = { version = "=0.228.0", optional = true }
swc_graph_analyzer = { version = "=0.22.23", optional = true }
swc_macros_common = { version = "=0.3.11", optional = true }
swc_trace_macro = { version = "=0.1.3", optional = true }
Expand Down

0 comments on commit 83dd58a

Please sign in to comment.