From effdefa8c93d3bde8c17b218bb29f80d11a90d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=93=CE=B5=CF=89=CF=81=CE=B3=CE=B1=CE=BA=CF=8C=CF=80?= =?UTF-8?q?=CE=BF=CF=85=CE=BB=CE=BF=CF=82?= Date: Mon, 15 Jan 2024 18:22:44 +0200 Subject: [PATCH] chore: allow Hyperscript.jl 0.0.5 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ea6e854..a300d80 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlutoUI" uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8" authors = ["Fons van der Plas "] -version = "0.7.54" +version = "0.7.55" [deps] AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150" @@ -28,7 +28,7 @@ Base64 = "1" ColorTypes = "0.11" Dates = "1" FixedPointNumbers = "0.5, 0.6, 0.7, 0.8" -Hyperscript = "0.0.4" +Hyperscript = "0.0.4, 0.0.5" HypertextLiteral = "0.9.4" IOCapture = "0.2" InteractiveUtils = "1"