From cc433ad5b9a7472477c4ab5ca6434af9f28c7ec0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Oct 2025 00:48:19 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e1b3ec5d..23819144 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlotlyJS" uuid = "f0f68f2c-4968-5e81-91da-67840de0976a" -authors = ["Spencer Lyon "] version = "0.18.17" +authors = ["Spencer Lyon "] [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -33,12 +33,12 @@ JSON3Ext = "JSON3" [compat] Blink = "0.12" -DelimitedFiles = "1" CSV = "0.10" DataFrames = "1" +DelimitedFiles = "1" IJulia = "1" JSExpr = "0.5, 1" -JSON = "0.20, 0.21" +JSON = "0.20, 0.21, 1" JSON3 = "1" PlotlyBase = "0.8.15" PlotlyKaleido = "2.2.5" From f7de68eb8f305781c5d7e908d9caa5541d8bfd34 Mon Sep 17 00:00:00 2001 From: James Foster <38274066+jd-foster@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:57:33 +1100 Subject: [PATCH 2/2] Update Project.toml for CI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23819144..aaac17b9 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ DataFrames = "1" DelimitedFiles = "1" IJulia = "1" JSExpr = "0.5, 1" -JSON = "0.20, 0.21, 1" +JSON = "0.20, 0.21, 1" # CI JSON3 = "1" PlotlyBase = "0.8.15" PlotlyKaleido = "2.2.5"