From 26db8fd91667fe169eb892de83f7915ddead513d Mon Sep 17 00:00:00 2001 From: Silvio Doblhofer Date: Tue, 1 Aug 2023 14:26:25 +0200 Subject: [PATCH] feat: swc_ecma_parser 0.137.5 --- Cargo.toml | 56 +++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f170b3..9f19f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ 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 } @@ -43,33 +43,33 @@ 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"