Skip to content

Commit c085d21

Browse files
authored
feat: upgrade swc_ecma_ast, swc_ecma_parser
1 parent 725136e commit c085d21

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript code formatting plugin for Dprint."
44
keywords = ["formatting", "formatter", "typescript"]
5-
version = "0.23.0"
5+
version = "0.24.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -23,8 +23,8 @@ panic = "abort"
2323
[dependencies]
2424
dprint-core = "0.24.1"
2525
swc_common = "=0.7.0"
26-
swc_ecma_ast = "=0.25.0"
27-
swc_ecma_parser = "=0.30.0"
26+
swc_ecma_ast = "=0.26.0"
27+
swc_ecma_parser = "=0.31.0"
2828
serde = { version = "1.0.88", features = ["derive"] }
2929
serde_json = "1.0"
3030

0 commit comments

Comments
 (0)