Skip to content

Commit 1bee712

Browse files
authored
fix: upgrade to swc_parser 11.1.3 (#303)
1 parent 881a2e0 commit 1bee712

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@ unicode-width = "0.2.0"
5252
#
5353
# NOTE: You can automatically update these dependencies by running ./scripts/update_swc_deps.ts
5454
swc_atoms = "=5.0.0"
55-
swc_common = "=8.1.0"
55+
swc_common = "=8.1.1"
5656
swc_config = { version = "=2.0.0", optional = true }
5757
swc_config_macro = { version = "=1.0.0", optional = true }
5858
swc_ecma_ast = { version = "=8.1.2", features = ["serde-impl"] }
5959
swc_ecma_codegen = { version = "=10.0.0", optional = true }
6060
swc_ecma_codegen_macros = { version = "=2.0.0", optional = true }
6161
swc_ecma_loader = { version = "=8.0.0", optional = true }
62-
swc_ecma_parser = "=11.1.2"
62+
swc_ecma_parser = "=11.1.3"
6363
swc_ecma_transforms_base = { version = "=12.2.0", optional = true }
6464
swc_ecma_transforms_classes = { version = "=12.0.0", optional = true }
6565
swc_ecma_transforms_compat = { version = "=13.0.0", optional = true }
6666
swc_ecma_transforms_macros = { version = "=1.0.0", optional = true }
6767
swc_ecma_transforms_optimization = { version = "=12.0.0", optional = true }
68-
swc_ecma_transforms_proposal = { version = "=12.0.1", optional = true }
68+
swc_ecma_transforms_proposal = { version = "=12.0.2", optional = true }
6969
swc_ecma_transforms_react = { version = "=13.0.1", optional = true }
7070
swc_ecma_transforms_typescript = { version = "=13.0.0", optional = true }
71-
swc_ecma_utils = { version = "=12.0.0", optional = true }
71+
swc_ecma_utils = { version = "=12.0.1", optional = true }
7272
swc_ecma_visit = { version = "=8.0.0", optional = true }
7373
swc_eq_ignore_macros = "=1.0.0"
7474
swc_bundler = { version = "=15.0.0", optional = true }

0 commit comments

Comments
 (0)