Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: swc_ecma_parser 0.137.5 #151

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,41 @@ anyhow = { version = "1.0.64", optional = true }
base64 = { version = "0.13.1", optional = true }
deno_media_type = { version = "0.1.0", default-features = false }

dprint-swc-ext = "0.10.0"
dprint-swc-ext = "0.11.0"
serde = { version = "1.0.144", features = ["derive"] }
text_lines = { version = "0.6.0", features = ["serialization"] }
url = { version = "2.3.1", features = ["serde"], optional = true }

# swc's version bumping is very buggy and there will often be patch versions
# published that break our build, so we pin all swc versions to prevent
# pulling in new versions of swc crates
swc_atoms = "=0.5.6"
swc_common = "=0.31.12"
swc_config = "=0.1.5"
swc_config_macro = "=0.1.1"
swc_ecma_ast = { version = "=0.104.5", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.139.17", optional = true }
swc_ecma_codegen_macros = { version = "=0.7.2", optional = true }
swc_ecma_dep_graph = { version = "=0.106.12", optional = true }
swc_ecma_loader = { version = "=0.43.14", optional = true }
swc_ecma_parser = "=0.134.12"
swc_ecma_transforms_base = { version = "=0.127.18", optional = true }
swc_ecma_transforms_classes = { version = "=0.116.18", optional = true }
swc_ecma_transforms_compat = { version = "=0.153.20", optional = true }
swc_ecma_transforms_macros = { version = "=0.5.1", optional = true }
swc_ecma_transforms_optimization = { version = "=0.187.23", optional = true }
swc_ecma_transforms_proposal = { version = "=0.161.22", optional = true }
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.1"
swc_bundler = { version = "=0.214.29", optional = true }
swc_graph_analyzer = { version = "=0.20.13", optional = true }
swc_macros_common = "=0.3.7"
swc_trace_macro = { version = "=0.1.2", optional = true }
swc_visit = { version = "=0.5.6", optional = true }
swc_visit_macros = { version = "=0.5.7", optional = true }
swc_atoms = "=0.5.8"
swc_common = "=0.31.18"
swc_config = "=0.1.7"
swc_config_macro = "=0.1.2"
swc_ecma_ast = { version = "=0.107.2", features = ["serde-impl"] }
swc_ecma_codegen = { version = "=0.142.4", optional = true }
swc_ecma_codegen_macros = { version = "=0.7.3", optional = true }
swc_ecma_dep_graph = { version = "=0.109.4", optional = true }
swc_ecma_loader = { version = "=0.43.20", optional = true }
swc_ecma_parser = "=0.137.4"
swc_ecma_transforms_base = { version = "=0.130.6", optional = true }
swc_ecma_transforms_classes = { version = "=0.119.6", optional = true }
swc_ecma_transforms_compat = { version = "=0.156.10", optional = true }
swc_ecma_transforms_macros = { version = "=0.5.2", optional = true }
swc_ecma_transforms_optimization = { version = "=0.190.13", optional = true }
swc_ecma_transforms_proposal = { version = "0.164.10", optional = true }
swc_ecma_transforms_react = { version = "=0.176.11", optional = true }
swc_ecma_transforms_typescript = { version = "=0.180.12", optional = true }
swc_ecma_utils = { version = "=0.120.5", optional = true }
swc_ecma_visit = { version = "=0.93.2", optional = true }
swc_eq_ignore_macros = "=0.1.2"
swc_bundler = { version = "=0.217.22", optional = true }
swc_graph_analyzer = { version = "=0.20.21", optional = true }
swc_macros_common = "=0.3.8"
swc_trace_macro = { version = "=0.1.3", optional = true }
swc_visit = { version = "=0.5.7", optional = true }
swc_visit_macros = { version = "=0.5.8", optional = true }

[dev-dependencies]
pretty_assertions = "1.3.0"
Expand Down