diff --git a/frontend/project.clj b/frontend/project.clj index 9e2f41f1cf..8f7551944b 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -18,9 +18,9 @@ ;; runtime [com.cognitect/transit-cljs "0.8.239"] [rum "0.10.8"] - [cljsjs/react "15.4.2-0"] - [cljsjs/react-dom "15.4.2-0"] - [cljsjs/react-dom-server "15.4.2-0"] + [cljsjs/react "15.4.2-1"] + [cljsjs/react-dom "15.4.2-1"] + [cljsjs/react-dom-server "15.4.2-1"] [cljsjs/moment "2.17.1-0"] [funcool/potok "1.2.0"] [funcool/struct "1.0.0"]