From b50cccec1f09f8fcaacc2143f8cf1694603dc619 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 14 Mar 2017 21:13:00 +0100 Subject: [PATCH] Update frontend dependencies. --- frontend/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/project.clj b/frontend/project.clj index 34f10d116..6a4201d8c 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -24,11 +24,11 @@ [cljsjs/react-dom "15.4.2-2"] [cljsjs/react-dom-server "15.4.2-2"] - [funcool/beicon "3.1.1"] + [funcool/beicon "3.2.0"] [funcool/bide "1.4.0"] [funcool/cuerdas "2.0.3"] [funcool/lentes "1.2.0"] - [funcool/potok "2.0.0"]] + [funcool/potok "2.1.0"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )