mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(fmt/json): support formatting number with exponent and no sign (#18894)
Numbers with an exponent and no sign (ex. `1e1`) would fail to parse.
This commit is contained in:
parent
314799bc4f
commit
96e214d9d0
3 changed files with 8 additions and 8 deletions
|
@ -65,7 +65,7 @@ clap_complete_fig = "=4.1.2"
|
|||
console_static_text.workspace = true
|
||||
data-url.workspace = true
|
||||
dissimilar = "=1.0.4"
|
||||
dprint-plugin-json = "=0.17.0"
|
||||
dprint-plugin-json = "=0.17.2"
|
||||
dprint-plugin-markdown = "=0.15.2"
|
||||
dprint-plugin-typescript = "=0.84.2"
|
||||
encoding_rs.workspace = true
|
||||
|
@ -79,7 +79,7 @@ http.workspace = true
|
|||
hyper.workspace = true
|
||||
import_map = "=0.15.0"
|
||||
indexmap.workspace = true
|
||||
jsonc-parser = { version = "=0.21.0", features = ["serde"] }
|
||||
jsonc-parser = { version = "=0.21.1", features = ["serde"] }
|
||||
lazy-regex.workspace = true
|
||||
libc.workspace = true
|
||||
log = { workspace = true, features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue