mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
Update dependencies.
This commit is contained in:
parent
f5f4e0f0fe
commit
e71502f182
1 changed files with 5 additions and 5 deletions
10
project.clj
10
project.clj
|
@ -5,20 +5,20 @@
|
||||||
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
|
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
|
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
|
||||||
[org.clojure/clojurescript "1.7.228" :scope "provided"]
|
[org.clojure/clojurescript "1.8.34" :scope "provided"]
|
||||||
[figwheel-sidecar "0.5.0-6" :scope "test"]
|
[figwheel-sidecar "0.5.0-6" :scope "test"]
|
||||||
|
|
||||||
;; runtime
|
;; runtime
|
||||||
[com.cognitect/transit-cljs "0.8.237"]
|
[com.cognitect/transit-cljs "0.8.237"]
|
||||||
[rum "0.6.0" :exclusions [sablono]]
|
[rum "0.6.0" :exclusions [sablono]]
|
||||||
[sablono "0.6.2"]
|
[sablono "0.6.2"]
|
||||||
[cljsjs/react "15.0.0-rc.1-0"]
|
[cljsjs/react "15.0.0-rc.2-0"]
|
||||||
[cljsjs/react-dom "15.0.0-rc.1-0"]
|
[cljsjs/react-dom "15.0.0-rc.2-0"]
|
||||||
[cljsjs/moment "2.10.6-3"]
|
[cljsjs/moment "2.10.6-3"]
|
||||||
[funcool/lentes "1.0.0"]
|
[funcool/lentes "1.0.0"]
|
||||||
[funcool/httpurr "0.5.0-20160314.065111-4"]
|
[funcool/httpurr "0.5.0-20160314.065111-4"]
|
||||||
[funcool/promesa "1.1.0"]
|
[funcool/promesa "1.1.1"]
|
||||||
[funcool/beicon "1.0.3"]
|
[funcool/beicon "1.1.0"]
|
||||||
[funcool/cuerdas "0.7.1"]
|
[funcool/cuerdas "0.7.1"]
|
||||||
[funcool/hodgepodge "0.1.4"]
|
[funcool/hodgepodge "0.1.4"]
|
||||||
[bouncer "1.0.0"]
|
[bouncer "1.0.0"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue