diff --git a/profiles.clj b/profiles.clj index 365d4c8e2..9f18c9557 100644 --- a/profiles.clj +++ b/profiles.clj @@ -40,10 +40,15 @@ :test-paths ["test/frontend"] :dependencies [[org.clojure/clojurescript "1.7.189"] [funcool/cuerdas "0.7.0"] - [rum "0.6.0"] + [rum "0.6.0" :exclusions [sablono]] + [sablono "0.5.3"] + [cljsjs/react "0.14.3-0"] + [cljsjs/react-dom "0.14.3-1"] + [cljsjs/react-dom-server "0.14.3-0"] + [bouncer "0.3.3"] [funcool/promesa "0.6.0"] - [funcool/beicon "0.4.0"] + [funcool/beicon "0.5.0"] [cljsjs/moment "2.10.6-0"] [figwheel-sidecar "0.5.0-2" :scope "test"] [bidi "1.21.0"]