Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 26, 2023
1 parent 839eb9c commit 2ddaacf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 53 deletions.
82 changes: 30 additions & 52 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ swc_ecma_transforms_react = { version = "=0.173.20", optional = true }
swc_ecma_transforms_typescript = { version = "=0.177.23", optional = true }
swc_ecma_utils = { version = "=0.117.13", optional = true }
swc_ecma_visit = { version = "=0.90.5", optional = true }
swc_eq_ignore_macros = "=0.1.2"
swc_eq_ignore_macros = "=0.1.1"
swc_bundler = { version = "=0.214.29", optional = true }
swc_graph_analyzer = { version = "=0.20.13", optional = true }
swc_macros_common = "=0.3.7"
Expand Down

0 comments on commit 2ddaacf

Please sign in to comment.