From 97e7806bdb5e16f8908c7e876fd1b82e78db9e82 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 29 Feb 2024 16:12:09 +0100 Subject: [PATCH] :bug: Update rumext (fix issues on native destructuring) --- frontend/deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/deps.edn b/frontend/deps.edn index e5a822dea9..f4a152eae5 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.11.1" - :git/sha "c9197b0" + {:git/tag "v2.11.3" + :git/sha "b1f6ce4" :git/url "https://github.com/funcool/rumext.git"} instaparse/instaparse {:mvn/version "1.4.12"}