0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-14 08:41:48 -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 ;; runtime
[com.cognitect/transit-cljs "0.8.239"] [com.cognitect/transit-cljs "0.8.239"]
[rum "0.10.7"] [rum "0.10.7"]
[cljsjs/react "15.3.1-0"] [cljsjs/react "15.4.0-0"]
[cljsjs/react-dom "15.3.1-0"] [cljsjs/react-dom "15.4.0-0"]
[cljsjs/react-dom-server "15.3.1-0"] [cljsjs/react-dom-server "15.4.0-0"]
[cljsjs/moment "2.15.2-2"] [cljsjs/moment "2.15.2-3"]
[funcool/struct "1.0.0"] [funcool/struct "1.0.0"]
[funcool/lentes "1.2.0"] [funcool/lentes "1.2.0"]
[funcool/beicon "2.3.0"] [funcool/beicon "2.5.0"]
[funcool/cuerdas "2.0.0"] [funcool/cuerdas "2.0.1"]
[funcool/bide "1.0.5"]] [funcool/bide "1.0.5"]]
:plugins [[lein-ancient "0.6.10"]] :plugins [[lein-ancient "0.6.10"]]
:clean-targets ^{:protect false} ["resources/public/js" "target"] :clean-targets ^{:protect false} ["resources/public/js" "target"]