Skip to content

Commit 5a0c78e

Browse files
authored
fix: upgrade to swc_ecma_parser 12 (#711)
1 parent 6b10713 commit 5a0c78e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ harness = false
3232
[dependencies]
3333
anyhow = "1.0.64"
3434
capacity_builder = "0.5.0"
35-
deno_ast = { version = "0.46.6", features = ["view"] }
35+
deno_ast = { version = "0.47.0", features = ["view"] }
3636
dprint-core = { version = "0.67.4", features = ["formatting"] }
3737
dprint-core-macros = "0.1.0"
3838
percent-encoding = "2.3.1"
@@ -47,3 +47,4 @@ malva = "0.11.1"
4747
markup_fmt = "0.19.0"
4848
pretty_assertions = "1.3.0"
4949
serde_json = { version = "1.0" }
50+

0 commit comments

Comments
 (0)