0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 16:48:16 -05:00

Update dependencies.

This commit is contained in:
Andrey Antukh 2016-09-22 22:15:45 +03:00
parent 335c972c20
commit 3fdee99aa8
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -9,11 +9,11 @@
:profiles {:dev {:source-paths ["dev"]}}
:dependencies [[org.clojure/clojure "1.9.0-alpha11" :scope "provided"]
[org.clojure/clojurescript "1.9.227" :scope "provided"]
:dependencies [[org.clojure/clojure "1.9.0-alpha12" :scope "provided"]
[org.clojure/clojurescript "1.9.229" :scope "provided"]
;; Build
[figwheel-sidecar "0.5.6" :scope "test"]
[figwheel-sidecar "0.5.7" :scope "test"]
;; runtime
[com.cognitect/transit-cljs "0.8.239"]
@ -27,7 +27,7 @@
[funcool/httpurr "0.6.2"]
[funcool/promesa "1.5.0"]
[funcool/beicon "2.3.0"]
[funcool/cuerdas "1.0.1"]
[funcool/cuerdas "1.0.2"]
[funcool/bide "1.0.4"]]
:plugins [[lein-ancient "0.6.10"]]
:clean-targets ^{:protect false} ["resources/public/js" "target"]