0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

Update dependencies.

This commit is contained in:
Andrey Antukh 2016-11-27 13:16:09 +01:00
parent 1413c01d03
commit c28e889bd5
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -18,14 +18,14 @@
;; runtime
[com.cognitect/transit-cljs "0.8.239"]
[rum "0.10.7"]
[cljsjs/react "15.3.1-0"]
[cljsjs/react-dom "15.3.1-0"]
[cljsjs/react-dom-server "15.3.1-0"]
[cljsjs/moment "2.15.2-2"]
[cljsjs/react "15.4.0-0"]
[cljsjs/react-dom "15.4.0-0"]
[cljsjs/react-dom-server "15.4.0-0"]
[cljsjs/moment "2.15.2-3"]
[funcool/struct "1.0.0"]
[funcool/lentes "1.2.0"]
[funcool/beicon "2.3.0"]
[funcool/cuerdas "2.0.0"]
[funcool/beicon "2.5.0"]
[funcool/cuerdas "2.0.1"]
[funcool/bide "1.0.5"]]
:plugins [[lein-ancient "0.6.10"]]
:clean-targets ^{:protect false} ["resources/public/js" "target"]