diff --git a/frontend/project.clj b/frontend/project.clj index a8dd987999..e72f118a51 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -22,12 +22,12 @@ [cljsjs/react-dom "15.4.0-0"] [cljsjs/react-dom-server "15.4.0-0"] [cljsjs/moment "2.15.2-3"] - [funcool/potok "1.0.0"] + [funcool/potok "1.1.0"] [funcool/struct "1.0.0"] [funcool/lentes "1.2.0"] - [funcool/beicon "2.5.0"] + [funcool/beicon "2.8.0"] [funcool/cuerdas "2.0.1"] - [funcool/bide "1.0.6"]] + [funcool/bide "1.2.1"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )