Skip to content

Commit

Permalink
0.32.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Nov 8, 2020
1 parent fa5fdd4 commit c7a6ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dprint-plugin-typescript"
description = "TypeScript code formatting plugin for dprint."
keywords = ["formatting", "formatter", "typescript"]
version = "0.32.7"
version = "0.32.8"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]

[dependencies]
dprint-core = { version = "0.31.0", features = ["formatting"] }
swc_common = "=0.10.4"
swc_ecmascript = { version = "=0.13.1", features = ["parser"] }
swc_common = "=0.10.5"
swc_ecmascript = { version = "=0.13.3", features = ["parser"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit c7a6ffc

Please sign in to comment.