mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Update dependencies.
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
:profiles {:dev {:source-paths ["dev"]}}
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha12" :scope "provided"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha13" :scope "provided"]
|
||||
[org.clojure/clojurescript "1.9.229" :scope "provided"]
|
||||
|
||||
;; Build
|
||||
[figwheel-sidecar "0.5.7" :scope "test"]
|
||||
[figwheel-sidecar "0.5.8" :scope "test"]
|
||||
|
||||
;; runtime
|
||||
[com.cognitect/transit-cljs "0.8.239"]
|
||||
@@ -23,12 +23,12 @@
|
||||
[cljsjs/react-dom-server "15.3.1-0"]
|
||||
[cljsjs/moment "2.10.6-4"]
|
||||
[funcool/struct "1.0.0"]
|
||||
[funcool/lentes "1.1.0"]
|
||||
[funcool/lentes "1.2.0"]
|
||||
[funcool/httpurr "0.6.2"]
|
||||
[funcool/promesa "1.5.0"]
|
||||
[funcool/beicon "2.3.0"]
|
||||
[funcool/cuerdas "1.0.2"]
|
||||
[funcool/bide "1.0.4"]]
|
||||
[funcool/bide "1.0.5"]]
|
||||
:plugins [[lein-ancient "0.6.10"]]
|
||||
:clean-targets ^{:protect false} ["resources/public/js" "target"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user