From 5ec1272d6806156ad00229de81db8c7f1ca85e6f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Jan 2024 14:26:39 +0100 Subject: [PATCH] :bug: Update rumext that fixes issue with :htmlFor prop --- frontend/deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/deps.edn b/frontend/deps.edn index 6c57b02a6..61ca3089d 100644 --- a/frontend/deps.edn +++ b/frontend/deps.edn @@ -19,8 +19,8 @@ :git/url "https://github.com/funcool/beicon.git"} funcool/rumext - {:git/tag "v2.9.2" - :git/sha "faa6e6c" + {:git/tag "v2.9.3" + :git/sha "9047337" :git/url "https://github.com/funcool/rumext.git"} instaparse/instaparse {:mvn/version "1.4.12"}