From 96abdb4d0199eb2cd4e31a56f4d822bd0512ceaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:10:56 +0000 Subject: [PATCH] fix(deps): update dependency cljsjs:material-ui to v5 --- front-end/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/project.clj b/front-end/project.clj index 5fe9ae19..b3006403 100644 --- a/front-end/project.clj +++ b/front-end/project.clj @@ -69,7 +69,7 @@ [re-frame "0.12.0"] [clj-commons/secretary "1.2.4"] [kibu/pushy "0.3.8"] - [cljsjs/material-ui "3.9.3-0"] + [cljsjs/material-ui "5.14.7-0"] [cljsjs/firebase "5.7.3-1"] [e85th/venia "0.2.5-1"] [cljs-ajax "0.8.4"]]