mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 09:56:12 +02:00
Update dependencies.
This commit is contained in:
parent
44960845e2
commit
bfcb96ae87
1 changed files with 9 additions and 9 deletions
18
project.clj
18
project.clj
|
@ -9,24 +9,24 @@
|
||||||
|
|
||||||
:profiles {:dev {:source-paths ["dev"]}}
|
:profiles {:dev {:source-paths ["dev"]}}
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.9.0-alpha9" :scope "provided"]
|
:dependencies [[org.clojure/clojure "1.9.0-alpha10" :scope "provided"]
|
||||||
[org.clojure/clojurescript "1.9.93" :scope "provided"]
|
[org.clojure/clojurescript "1.9.89" :scope "provided"]
|
||||||
|
|
||||||
;; Build
|
;; Build
|
||||||
[figwheel-sidecar "0.5.4-7" :scope "test"]
|
[figwheel-sidecar "0.5.4-7" :scope "test"]
|
||||||
|
|
||||||
;; runtime
|
;; runtime
|
||||||
[com.cognitect/transit-cljs "0.8.239"]
|
[com.cognitect/transit-cljs "0.8.239"]
|
||||||
[rum "0.10.4"]
|
[rum "0.10.5"]
|
||||||
[cljsjs/react "15.2.0-0"]
|
[cljsjs/react "15.2.1-1"]
|
||||||
[cljsjs/react-dom "15.2.0-0"]
|
[cljsjs/react-dom "15.2.1-1"]
|
||||||
[cljsjs/react-dom-server "15.2.0-0"]
|
[cljsjs/react-dom-server "15.2.1-1"]
|
||||||
[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.1.0"]
|
||||||
[funcool/httpurr "0.6.0"]
|
[funcool/httpurr "0.6.1"]
|
||||||
[funcool/promesa "1.3.1"]
|
[funcool/promesa "1.4.0"]
|
||||||
[funcool/beicon "2.1.0"]
|
[funcool/beicon "2.2.0"]
|
||||||
[funcool/cuerdas "0.8.0"]
|
[funcool/cuerdas "0.8.0"]
|
||||||
[bidi "2.0.9"]]
|
[bidi "2.0.9"]]
|
||||||
:plugins [[lein-ancient "0.6.10"]]
|
:plugins [[lein-ancient "0.6.10"]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue