From 61bc2a4fc4383277af06948009f9da2091d822c9 Mon Sep 17 00:00:00 2001 From: "Jake W. Liu" <126843050+jake-w-liu@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:38:23 +0800 Subject: [PATCH] update compact update compact to higher version of JSON avoid compilation error when using along with Gridap.jl --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e1b3ec5d..fb36792c 100644 --- a/Project.toml +++ b/Project.toml @@ -38,9 +38,9 @@ CSV = "0.10" DataFrames = "1" IJulia = "1" JSExpr = "0.5, 1" -JSON = "0.20, 0.21" +JSON = "0.20, 0.21, 1" JSON3 = "1" -PlotlyBase = "0.8.15" +PlotlyBase = "0.8.23" PlotlyKaleido = "2.2.5" Reexport = "0.2, 1" Requires = "1.0"