mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 12:41:41 +02:00
Update dependencies.
This commit is contained in:
parent
f352ca050d
commit
ed64ddaea2
1 changed files with 4 additions and 4 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
:profiles {:dev {:source-paths ["dev"]}}
|
: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"]
|
[org.clojure/clojurescript "1.9.229" :scope "provided"]
|
||||||
|
|
||||||
;; Build
|
;; Build
|
||||||
[figwheel-sidecar "0.5.7" :scope "test"]
|
[figwheel-sidecar "0.5.8" :scope "test"]
|
||||||
|
|
||||||
;; runtime
|
;; runtime
|
||||||
[com.cognitect/transit-cljs "0.8.239"]
|
[com.cognitect/transit-cljs "0.8.239"]
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
[cljsjs/react-dom-server "15.3.1-0"]
|
[cljsjs/react-dom-server "15.3.1-0"]
|
||||||
[cljsjs/moment "2.10.6-4"]
|
[cljsjs/moment "2.10.6-4"]
|
||||||
[funcool/struct "1.0.0"]
|
[funcool/struct "1.0.0"]
|
||||||
[funcool/lentes "1.1.0"]
|
[funcool/lentes "1.2.0"]
|
||||||
[funcool/httpurr "0.6.2"]
|
[funcool/httpurr "0.6.2"]
|
||||||
[funcool/promesa "1.5.0"]
|
[funcool/promesa "1.5.0"]
|
||||||
[funcool/beicon "2.3.0"]
|
[funcool/beicon "2.3.0"]
|
||||||
[funcool/cuerdas "1.0.2"]
|
[funcool/cuerdas "1.0.2"]
|
||||||
[funcool/bide "1.0.4"]]
|
[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"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue