From 47a70ad5c97d11b798bfa3d604151708286a1948 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 13 Apr 2016 19:37:45 +0300 Subject: [PATCH] Update dependencies. --- project.clj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project.clj b/project.clj index 6151364f5..51169f171 100644 --- a/project.clj +++ b/project.clj @@ -15,19 +15,19 @@ ;; runtime [com.cognitect/transit-cljs "0.8.237"] - [rum "0.6.0" :exclusions [sablono]] - [sablono "0.6.3"] - [cljsjs/react "15.0.0-rc.2-0"] - [cljsjs/react-dom "15.0.0-rc.2-0"] - [cljsjs/moment "2.10.6-3"] + [rum "0.7.0" :exclusions [sablono]] + [sablono "0.7.0"] + [cljsjs/react "15.0.1-0"] + [cljsjs/react-dom "15.0.1-0"] + [cljsjs/moment "2.10.6-4"] [funcool/struct "0.1.0-SNAPSHOT"] [funcool/lentes "1.0.1"] [funcool/httpurr "0.6.0-SNAPSHOT"] [funcool/promesa "1.1.1"] - [funcool/beicon "1.1.1"] - [funcool/cuerdas "0.7.1"] + [funcool/beicon "1.2.0"] + [funcool/cuerdas "0.7.2"] [funcool/hodgepodge "0.1.4"] - [bidi "2.0.4"]] + [bidi "2.0.6"]] :plugins [[lein-ancient "0.6.7"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )