From 732001fa53bf87fcc893e5f3b8fdc95971e24b55 Mon Sep 17 00:00:00 2001 From: Icaro Motta Date: Tue, 7 May 2024 15:41:35 -0300 Subject: [PATCH] Bump re-frame version --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index d5d74eb945d1..55f40a59fa32 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -2,7 +2,7 @@ {:source-paths ["src" "test/cljs"] :dependencies [[reagent "1.2.0"] - [re-frame "1.3.0"] + [re-frame "1.4.3"] [binaryage/oops "0.7.2"] [com.andrewmcveigh/cljs-time "0.5.2"] [com.taoensso/timbre "6.3.1"]