Skip to content

Commit

Permalink
0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 5, 2022
1 parent 476db36 commit 9612741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-json"
version = "0.15.4"
version = "0.15.5"
authors = ["David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-json"
Expand All @@ -27,7 +27,7 @@ tracing = ["dprint-core/tracing"]
[dependencies]
anyhow = "1.0.51"
dprint-core = { version = "0.58.1", features = ["formatting"] }
jsonc-parser = { version = "0.20.0" }
jsonc-parser = { version = "0.21.0" }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
text_lines = "0.4.1"
Expand Down

0 comments on commit 9612741

Please sign in to comment.