Change deps.edn to properly resolve transitive deps

This commit is contained in:
Dmitry Novotochinov 2018-05-07 15:35:42 +03:00 committed by Roman Volosovskyi
parent 8f1c9521ba
commit 3b8e2b7f75
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
org.clojure/core.async {:mvn/version "0.4.474"}
reagent {:mvn/version "0.7.0"
:exclusions [cljsjs/react cljsjs/react-dom cljsjs/react-dom-server cljsjs/create-react-class]}
status-im/re-frame {:mvn/version "0.10.5"}
re-frame {:git/url "https://github.com/status-im/re-frame"
:sha "b0d3b0f016f217c6a397a54e5eba9486471fb172"
:deps/manifest :deps}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}
com.taoensso/timbre {:mvn/version "4.10.0"}
hickory {:mvn/version "0.7.1"}