diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-30 10:03:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-30 10:03:39 -0400 |
| commit | 96e214d9d0a18a77256f3fcce755dec03fdb49b5 (patch) | |
| tree | 16ef6a0a4eaa2a102b27a23a07c3f1643480b480 /.dprint.json | |
| parent | 314799bc4f1ee42d6568c1a6a3578fbd3f9596c7 (diff) | |
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.
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json index d20b1673b..b8af9469f 100644 --- a/.dprint.json +++ b/.dprint.json @@ -51,8 +51,8 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.84.0.wasm", - "https://plugins.dprint.dev/json-0.17.0.wasm", + "https://plugins.dprint.dev/typescript-0.84.2.wasm", + "https://plugins.dprint.dev/json-0.17.2.wasm", "https://plugins.dprint.dev/markdown-0.15.2.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab" |
