mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 08:51:32 -05:00
Update dependencies.
This commit is contained in:
parent
1342dd3f3a
commit
ab2b4f7caa
1 changed files with 5 additions and 5 deletions
10
project.clj
10
project.clj
|
@ -6,22 +6,22 @@
|
|||
|
||||
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
|
||||
[org.clojure/clojurescript "1.7.228" :scope "provided"]
|
||||
[figwheel-sidecar "0.5.0-3" :scope "test"]
|
||||
[figwheel-sidecar "0.5.0-6" :scope "test"]
|
||||
|
||||
;; runtime
|
||||
[rum "0.6.0" :exclusions [sablono]]
|
||||
[sablono "0.6.0"]
|
||||
[sablono "0.6.2"]
|
||||
[cljsjs/react "0.14.3-0"]
|
||||
[cljsjs/react-dom "0.14.3-1"]
|
||||
[cljsjs/moment "2.10.6-1"]
|
||||
[cljsjs/moment "2.10.6-2"]
|
||||
[funcool/cats "1.2.1"]
|
||||
[funcool/promesa "0.8.1"]
|
||||
[funcool/beicon "0.6.1"]
|
||||
[funcool/cuerdas "0.7.1"]
|
||||
[funcool/hodgepodge "0.1.4"]
|
||||
[bouncer "1.0.0"]
|
||||
[bidi "1.25.0"]]
|
||||
:plugins [[lein-ancient "0.6.7" :exclusions [org.clojure/tools.reader]]]
|
||||
[bidi "1.25.1"]]
|
||||
:plugins [[lein-ancient "0.6.7"]]
|
||||
:clean-targets ^{:protect false} ["resources/public/js" "target"]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue