From e52033f0f71cec42228973a5ae651e47f7762b84 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 27 Nov 2023 18:15:50 -0500 Subject: fix(fmt/jupyter): handle "source" property that's a string (#21361) It was corrupting the file. --- cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bcdd64187..b4f552da4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,9 +82,9 @@ data-url.workspace = true dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" -dprint-plugin-jupyter = "=0.1.1" +dprint-plugin-jupyter = "=0.1.2" dprint-plugin-markdown = "=0.16.3" -dprint-plugin-typescript = "=0.88.5" +dprint-plugin-typescript = "=0.88.6" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" -- cgit v1.2.3