Skip to content

Commit

Permalink
upgrade: swc deps (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Jul 24, 2020
1 parent 7407d00 commit 38989c4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 13 deletions.
81 changes: 72 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.20.0"
version = "0.21.0"
authors = ["David Sherret <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -22,9 +22,9 @@ panic = "abort"

[dependencies]
dprint-core = "0.24.1"
swc_common = "=0.6.2"
swc_ecma_ast = "=0.23.1"
swc_ecma_parser = "=0.27.0"
swc_common = "=0.7.0"
swc_ecma_ast = "=0.24.0"
swc_ecma_parser = "=0.28.0"
serde = { version = "1.0.88", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit 38989c4

Please sign in to comment.