Skip to content

Commit

Permalink
0.32.2
Browse files Browse the repository at this point in the history
- upgrade "swc_ecmascript" to 0.8.3
  • Loading branch information
bartlomieju committed Oct 2, 2020
1 parent 97c4516 commit ce7f962
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
version = "0.32.2"
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.2"
swc_ecmascript = { version = "=0.7.7", features = ["parser"] }
swc_common = "=0.10.3"
swc_ecmascript = { version = "=0.8.3", features = ["parser"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit ce7f962

Please sign in to comment.